-
@ klk
2025-06-02 18:33:26Here's a cool way to do OCR of any area of your screen and copy the result directly to you clipboard:
shell import png:- | tesseract stdin stdout | xclip -i -selection clipboard
You need
tesseract
andimagemagick
. This works on systems using the X windows system. There's another way to do it in Wayland.https://stacker.news/items/995413