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

6 pointsposted 18 hours ago
by tgol

1 Comments

jerlendds

7 hours ago

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