Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 374 Bytes

Image to Ocr

A simple web application for image processing and text recognition from an image. Application for text recognition uses pytesseract library.

Main used library:

  • Flask
  • Opencv.js
  • Filesaver.js
  • pytesseract

Change tesseract path

tesseract_dir = 'your own path'

Sample:

Screen Result: Screen1