Skip to content

leeivan1007/Tesseract-ocr.py-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

tesseract on window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages