Show HN: OCR-grab: Flameshot clone that adds OCR

6 points
1/21/1970
a day ago
by tgol

Comments


jerlendds

I personally just use pipes and tesseract, no need for another tool imo:

flameshot gui --raw | tesseract stdin stdout -l eng | xclip -in -selection clipboard

15 hours ago