ocr-python

You can find more details in blog post : blog.jaimedearcos.es/playing-with-ocr-libraries/

Get started

Install teseract MacOs

brew install tesseract

Create a new python environment & install requirements

python -m venv en
source env/bin/activate
pip install -r requirements.txt

Execute example with test image 01

python ocr.py --image img/example_01.png