walterfan / webocr

A web app for OCR based on flask, tesseract and docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webocr

A web app for OCR based on flask, tesseract and docker

quick start

# if you run it on a linux os
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev

# set python environement
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

# start the web tool
./start.sh

About

A web app for OCR based on flask, tesseract and docker

License:Apache License 2.0


Languages

Language:Python 55.4%Language:HTML 43.6%Language:Shell 1.0%