Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 408 Bytes

OCR Recognition Website

Instructions

source venv/bin/activate python run.py Launch program

Dependencies

Flask: pip install flask pytesseract: pip install pytesseract Open CV: pip install opencv-python colorama: pip install colorama