/Text_Extractor

End to End application which extracts text from Image using Pytesseract.

Primary LanguagePython

Text_Extractor

End to End application which extracts text from Image using Pytesseract.

This is an end to end application which accepts image as an input from the user (either from storage or from camera ) and extracts 'English Text' from the image in. It uses pytesseract at the backend. The webapp is based on Django. Dependencies : 1.Python3
2.Pytesseract
3.Django
4.Html/css/js

To run ...
Move to Project Directory
#python3 manage.py runserver