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 ;)
- English
- Nepali
- Hindi
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
- Tailwindcss
- django
- pytesseract
- Taking image input from user
- Processing input image without saving it anywhere and uploading it directly to user
- scanning text from image (backend)
- and other many more
- Quickly Upload image and get scanned text
- Image is Not saved, it is directly processed in memory and directly sent to you
- Friendly and Clean UI
Contributions are always welcome!