An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Simple OCR Server](./show.gif)

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`