Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 779 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 779 Bytes

flaskOcr

Flask project to convert image to text

This project uses pytesseract to convert an image to text.

Prerequisites

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

Screenshots

alt tag

alt tag

alt tag

Running the Application

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/