Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 679 Bytes

Tesseract-ocr.py-Windows

tesseract on window [window10]

  1. 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]
  2. you have to set env_path in window [C:\Program Files (x86)\Tesseract-OCR]
  3. test code on cmd : tesseract 1.png outpu -l eng (any picture you want try; l(L) not 1(number)
  4. pip install pytesseract
  5. you can use python also in tesseract-ocr.py

Have many languages can try! : https://github.com/tesseract-ocr/tesseract/wiki/Data-Files

  1. save in [C:\Program Files (x86)\Tesseract-OCR\tessdata]
  2. review list : [cmd]>>>tesseract --list-langs