N
Hacker Next
new
past
show
ask
show
jobs
submit
login
▲
Show HN: OCR-grab: Flameshot clone that adds OCR
(
github.com
)
6 points by
tgol
1 days ago
|
1 comment
add comment
Rendered at 12:57:33 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
jerlendds 16 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
flameshot gui --raw | tesseract stdin stdout -l eng | xclip -in -selection clipboard