Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 702 Bytes

File metadata and controls

28 lines (22 loc) · 702 Bytes

Generic_OCR

Dependencies

This module makes use of pyocr, which uses tesseract.

Installation instruction for tesseract can be found on many pages, e.g.
http://grimhacker.com/2014/11/23/installing-pytesseract-practically-painless/

macOS:

For homebrew:

brew install tessaract

Windows:

Follow the instructions on e.g.

wget http://3.onj.me/tesseract/how\ to\ install.txt
wget http://3.onj.me/tesseract/tesseract-core-20160524.exe
wget http://3.onj.me/tesseract/tesseract-langs-20160524.exe

Linux:

apt install -y tesseract-ocr tesseract-ocr-eng