https://github.com/mylamour/flask-ocr
use flask and tesseract to have a basic ocr, also you need opencv2, this code use opencv2 to have a basic image process
https://github.com/mylamour/flask-ocr
flask-application ocr opencv-python tesseract-ocr
Last synced: 2 months ago
JSON representation
use flask and tesseract to have a basic ocr, also you need opencv2, this code use opencv2 to have a basic image process
- Host: GitHub
- URL: https://github.com/mylamour/flask-ocr
- Owner: mylamour
- Created: 2017-05-03T06:37:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T07:40:02.000Z (about 8 years ago)
- Last Synced: 2025-03-27T03:51:19.995Z (3 months ago)
- Topics: flask-application, ocr, opencv-python, tesseract-ocr
- Language: JavaScript
- Size: 6.25 MB
- Stars: 26
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README

Also you can use docker to run it
`docker pull mylamour/tesseract-ocr:opencv`
`docker run -it -p 8080:8080 python /home/flask-ocr/server.py`