https://github.com/designerspr/tesseru
Imporved OCR Based on tesseract
https://github.com/designerspr/tesseru
Last synced: about 1 year ago
JSON representation
Imporved OCR Based on tesseract
- Host: GitHub
- URL: https://github.com/designerspr/tesseru
- Owner: Designerspr
- License: apache-2.0
- Created: 2019-01-11T08:28:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T05:40:00.000Z (about 6 years ago)
- Last Synced: 2025-06-03T21:30:44.538Z (about 1 year ago)
- Language: Python
- Size: 1.87 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About TesserU
An imporved OCR system for special questions.
Using python, pytesseract, tessseract 4.0.0.
Add some preprocessing steps.
## environment setting
make sure that the tesseract has been installled.
```
pip install pytesseract
```