A django webapp for scanning texts from images, simply you have to upload image and it will provide you with texts found
Currently i have included commonly used language list only, feature request for another langauges are welcomed ;)
git clone https://github.com/ASACHIT/OCR-django-app.git
cd OCR-django-app
pip install -r requirements
python manage.py runserver
# open localhost:8000 url in browser
Note: You have to install tesseract module too
Contributions are always welcome!