"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

March 09, 2018

Day #101 - OCR and Python


pytesseract installation steps

1. Download for windows https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM#400-alpha-for-windows
2. Installed - Windows Installer made with MinGW-w64 from UB Mannheim
3. This post was useful - https://stackoverflow.com/questions/34225927/pytesseract-cannot-find-the-file-specified
4. Pip install of pytesseract
5. Created Env Variable - TESSDATA_PREFIX=C:\Program Files (x86)\Tesseract-OCR

More Reads
RNN for OCR


Happy Learning!!!

No comments: