Show HN: OCR-grab: Flameshot clone that adds OCR(github.com)6 points·by tgol·3일 전·1 commentsgithub.comShow HN: OCR-grab: Flameshot clone that adds OCRhttps://github.com/talalalrwas/ocr-grab1 commentsPost comment[–]jerlendds·그저께replyI 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