flask-ocr icon indicating copy to clipboard operation
flask-ocr copied to clipboard

use flask and tesseract to have a basic ocr, also you need opencv2, this code use opencv2 to have a basic image process

Simple OCR Server

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