Skip to content

nikssardana/flaskOcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Flask project to convert image to text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published