Remix.run Logo
Show HN: OCR-grab: Flameshot clone that adds OCR(github.com)
6 points by tgol a day ago | 1 comments
jerlendds 14 hours ago | parent [-]

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