Comment on Frog: OCR Tool for LinuxparentComments−tjoff3yNice, that is great! I adapted this to work for me on wayland (sway):grim -g "$(slurp)" - | tesseract --dpi 145 -l eng+${lang} - - | wl-copyUsing grim to take a screenshot, slurp to mark a region on your screen and wl-copy to copy to clipboard.
Comments
Nice, that is great! I adapted this to work for me on wayland (sway):
grim -g "$(slurp)" - | tesseract --dpi 145 -l eng+${lang} - - | wl-copy
Using grim to take a screenshot, slurp to mark a region on your screen and wl-copy to copy to clipboard.