Django Application using TesserOCR
and pytesseract
library
Currently deployed a demo at https://ravip18596.pythonanywhere.com/
- Set necessary env vars for MySQL database connection foreignLangOCR/wsgi.py
- Run at the root of repo
gunicorn --bind 127.0.0.1:8000 foreignLangOCR.wsgi:application
- Create
secrets
file to export env vars docker-compose -f docker-compose.yml up