- Create virtual environment:
python -m venv venv
- Install
pillow
packagepip install -r requirements.txt
- Download
tesserocr
whl file from here and install using pippip install <downloadfile>.whl
- Download data file
https://github.com/tesseract-ocr/tessdata/blob/master/eng.traineddata
and save the file in$PATH_TO_PYTHON/tessdata
, where$PATH_TO_PYTHON
can be obtained by run cmdwhere python
-
Notifications
You must be signed in to change notification settings - Fork 0
kejiongli/tesseract
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
OCR using tesseract
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published