Skip to content

A flask web application that takes an image as input and returns the text within it. Hosted the application in Heroku backend. This project was done as the part of Digital Image Processing course.

License

Notifications You must be signed in to change notification settings

arjunrajasekharan/OCR-ImageTextReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OCR-ImageTextReader

A flask web application that takes an image as input and returns the text within it. Hosted the application in Heroku backend.

Frontend implemented using React and Backend using Flask.

Hosted Online : http://imagetextreader.herokuapp.com/home

Note (For Hosted version):

  • Hosted it in Heroku backend, so sometimes* the processing takes longer based on bandwidth and port.
  • Heroku has response timeout 30s, so sometimes we may not get output in hosted version, but most of the we will get the output.

Usage (For Running it locally):

  • Go to frontend folder, run in command: npm install
  • Go to root directory(Code), run in command: python -m flask run
  • Go to frontend folder, run in command: npm start

Demo

Demo1.mp4

-(Responsive web page):

Demo2.mp4

About

A flask web application that takes an image as input and returns the text within it. Hosted the application in Heroku backend. This project was done as the part of Digital Image Processing course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published