Flask project to convert image to text
This project uses pytesseract to convert an image to text.
Tesseract
sudo apt-get install tesseract-ocr
Pytesseract
sudo pip install pytesseract
Python Imaging Library (PIL)
sudo pip install pillow
Flask
sudo pip install flask
Download the project, browse to the project folder in your terminal and run
python app.py
Open your browser and browse to the following address:
http://localhost:8000/