A web app that can take an image file as input and will return a string extracted text from the image. The web app will automatically update the page with the extracted text once the user clicks on the 'Extract' button. Libraries used include; Flask for back-end, Tesseract for Image to Text processing, and conventional HTML + JS bootstrap frontend
To run:
- Make sure you installed all the dependencied by running the install command in the main folder => pip install -r requirements.txt
- Navigate to the flask app folder, where the app.py is and run the following command in terminal => python app.py
- Open the browser and type in the localhost:5000 in the address bar
- That's it! Enjoy