https://github.com/mtulio/py-tesseract-sample
OCR Image reader using Tesseract
https://github.com/mtulio/py-tesseract-sample
Last synced: 4 months ago
JSON representation
OCR Image reader using Tesseract
- Host: GitHub
- URL: https://github.com/mtulio/py-tesseract-sample
- Owner: mtulio
- Created: 2020-02-22T14:10:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T14:43:54.000Z (over 6 years ago)
- Last Synced: 2025-02-24T03:17:49.967Z (over 1 year ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample OCR Reader in Python
Just a sample, just a dummy OCR reader.
This sample reads a OCR image hosted on github images, it's a Brazilian "Cupom Fiscal".
## USAGE
### Install Dependences
`make install-deps`
### Run
To run the sample, just type: `make run`.
To override the image, create an image named sample.jpg and run: `python3 ./sample.py`