https://github.com/iamdsc/text-recognition
https://github.com/iamdsc/text-recognition
opencv-python tesseract-ocr text-detection text-recognition
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamdsc/text-recognition
- Owner: iamdsc
- Created: 2018-12-22T14:35:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T13:57:50.000Z (about 7 years ago)
- Last Synced: 2025-12-26T10:47:14.793Z (5 months ago)
- Topics: opencv-python, tesseract-ocr, text-detection, text-recognition
- Language: Python
- Size: 952 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Text Recognition
#### In this repository I implemented text detection and recognition using EAST text detector and Tesseract 4 text recognizer in OpenCV using python.
#### Required modules:
```
imutils
cv2
pytesseract
```
#### Also download and install Tesseract 4 for windows from [here](https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v4.1.0.20190314.exe)