Installing pyocr on Debian
13 Mar 2014Introduction
Today’s post is an installation guide to get pyocr up and running on a Debian Linux style distribution.
Prepare your python environment:
Install the operating system implementations of the OCR programs. In order to do this, you my need to enable the non-free repositories within your apt settings.
At this point, setuptools needed a little extra help with the following fix:
Prerequisite development libraries are now required prior to the python binding installations:
Finally, we install the python bindings:
That gets pyocr up and running on a machine.
Other libraries I’ve installed for image manipulation are as follows.