Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 836 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 836 Bytes

OCR

A drag and drop OCR app for Mac that makes it easy to get text out of images.

I wanted a quick way to get text out of images using Apple's powerful Vision API's. That's why I created this app. It's in an almost-finished state. You can drop an image onto its window and it will write a text file with the same name to your downloads folder, containing the text.

Screenshot 2022-12-14 at 15 39 12

I would like to add a 'results' view, and support for OCR'ing PDF's with multiple pages.

The deployment target is set to macOS Catalina (10.15) because that is what runs on my dad's Mac, who wanted to use this program.