Linux gamer. Open source enthusiast. Reddit refugee.
- 0 Posts
- 1 Comment
Joined 4 years ago
Cake day: April 18th, 2021
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Linux gamer. Open source enthusiast. Reddit refugee.
Thanks for this!!
I just realized I can use the following command to OCR a bitmap in the clipboard and put the text back into the clipboard.
xclip -out -selection clipboard -t image/bmp
| tesseract stdin stdout -l eng
| xclip -in -selection clipboard
This works in my linux VM (in Virtualbox on my work laptop) using bi-directional shared clipboard without touching my Windows software.
Mind blown!!