Repository for the webpapp for text extractor.
This repository will contain the code for the web application, supporting the input of images and outputting the text resulting out of the image.
- Install
pipenvusingpip install pipenv - Install all the libraries and framework using
pipenv install requirements.txt - Run
pipenv shellto activate thevirtualenv - Migrate to
textextractor/app.pyand runpython app.py - A localhost would be running, and you can get a glance of the webapp.