Skip to content

this is simple code to detect text and recognize from an image.

Notifications You must be signed in to change notification settings

hackdavid/text_detection-and-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

text_detection-and-recognition

this is simple code to detect text and recognize from an image.

Requirement library

1.opencv
2 pytesseract

you need to install pytesseract.exe file
provide the path where .exe file is stored like
C:\Program Files\Tesseract-OCR\tesseract.exe



install pytesseract in windows using pip
pip install pytesseract
downlaod and install pytesseract.exe file from the given link
https://tesseract-ocr.github.io/tessdoc/4.0-with-LSTM

About

this is simple code to detect text and recognize from an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages