Skip to content

Instantly share code, notes, and snippets.

@jkries
Created July 28, 2015 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkries/9717c1a52b89eb55ec8a to your computer and use it in GitHub Desktop.
Save jkries/9717c1a52b89eb55ec8a to your computer and use it in GitHub Desktop.
Raspberry Pi setup for Tesseract OCR
sudo apt-get install python-distutils-extra tesseract-ocr tesseract-ocr-eng libopencv-dev libtesseract-dev libleptonica-dev python-all-dev swig libcv-dev python-opencv python-numpy python-setuptools build-essential subversion
sudo apt-get install tesseract-ocr-eng tesseract-ocr-dev libleptonica-dev python-all-dev swig libcv-dev
sudo svn checkout http://python-tesseract.googlecode.com/svn/python-tesseract-0.7.4/
cd python-tesseract-0.7.4
sudo python setup.py build
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment