Skip to content

Instantly share code, notes, and snippets.

@adulau
Last active August 4, 2016 16:59
Show Gist options
  • Save adulau/e40e2005e2a5fc2b6b643d727c8dec32 to your computer and use it in GitHub Desktop.
Save adulau/e40e2005e2a5fc2b6b643d727c8dec32 to your computer and use it in GitHub Desktop.
OCR notes
# libleptonica
wget http://www.leptonica.com/source/leptonica-1.73.tar.gz
./configure
sudo make install
# tesseract
./autogen.sh
./configure
sudo make install
cd /usr/local/share/tessdata
wget https://github.com/tesseract-ocr/tessdata/raw/master/eng.traineddata
For image detection: Pillow must be bigger than 3.0 so
pip install --upgrade pillow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment