tesseract on window [window10]
- install tesseract on window from https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LSTM#400-alpha-for-windows I install the [Windows Installer made with MinGW-w64]
- you have to set env_path in window [C:\Program Files (x86)\Tesseract-OCR]
- test code on cmd : tesseract 1.png outpu -l eng (any picture you want try; l(L) not 1(number)
- pip install pytesseract
- you can use python also in tesseract-ocr.py
Have many languages can try! : https://github.com/tesseract-ocr/tesseract/wiki/Data-Files
- save in [C:\Program Files (x86)\Tesseract-OCR\tessdata]
- review list : [cmd]>>>tesseract --list-langs