Last active
August 4, 2016 16:59
-
-
Save adulau/e40e2005e2a5fc2b6b643d727c8dec32 to your computer and use it in GitHub Desktop.
OCR notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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