Skip to content

Instantly share code, notes, and snippets.

View fa7ca7's full-sized avatar
🍩
donut hunter

Eugene Druzhynin fa7ca7

🍩
donut hunter
View GitHub Profile
@henrik
henrik / ocr.markdown
Created March 3, 2012 17:07
OCR on OS X with tesseract

Install ImageMagick for image conversion:

brew install imagemagick

Install tesseract for OCR:

brew install tesseract --all-languages

Or install without --all-languages and install them manually as needed.