Skip to content

walterfan/webocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors