Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 975 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 975 Bytes

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