Show HN: OCR-grab: Flameshot clone that adds OCR
6 points
by tgol
2 days ago
| 1 comment
| github.com
| HN
jerlendds
1 day 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

reply