OCR Django webapp
A django webapp for scanning texts from images, simply you have to upload image and it will provide you with texts found
Home page
Result page
Installation
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
Technology used
- django
- pytesseract
Note: You have to install tesseract module too
Things i learnt after creating this project
- 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
[ImgBot] Optimize images
Beep boop. Your images are optimized!
Your image file size has been reduced by 14% 🎉
Details
| File | Before | After | Percent reduction | |:--|:--|:--|:--| | /sample image/2022-02-16_16-30.png | 40.68kb | 20.64kb | 49.27% | | /sample image/2022-02-16_16-25.png | 99.62kb | 57.52kb | 42.26% | | /sample image/2022-02-16_16-31.png | 97.66kb | 64.94kb | 33.50% | | /sample image/2022-02-16_16-26.png | 43.30kb | 29.23kb | 32.50% | | /static/assets/icons/text-check.svg | 0.35kb | 0.31kb | 11.05% | | /static/assets/4.svg | 13.96kb | 13.30kb | 4.72% | | /static/assets/icons/sachit.jpg | 662.47kb | 634.65kb | 4.20% | | /static/assets/icons/TEXT.svg | 1.81kb | 1.77kb | 2.42% | | /static/assets/2.svg | 9.60kb | 9.57kb | 0.33% | | /static/assets/1.svg | 14.65kb | 14.62kb | 0.19% | | /static/assets/3.svg | 11.42kb | 11.40kb | 0.14% | | | | | | | Total : | 995.52kb | 857.95kb | 13.82% |
📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace
~Imgbot - Part of Optimole family