ravip18596 / foreignLangOCR

Hindi lang image OCR application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hindi Lang Image OCR

Django Application using TesserOCR and pytesseract library

Currently deployed a demo at https://ravip18596.pythonanywhere.com/

Steps to run locally

  1. Set necessary env vars for MySQL database connection foreignLangOCR/wsgi.py
  2. Run at the root of repo gunicorn --bind 127.0.0.1:8000 foreignLangOCR.wsgi:application

Run docker container

  1. Create secrets file to export env vars
  2. docker-compose -f docker-compose.yml up

About

Hindi lang image OCR application

License:MIT License


Languages

Language:Python 90.9%Language:Dockerfile 4.7%Language:HTML 4.4%