https://github.com/notshrirang/image-reader
Reads text from screenshot taken by the app.
https://github.com/notshrirang/image-reader
ocr opencv python tesseract
Last synced: about 2 months ago
JSON representation
Reads text from screenshot taken by the app.
- Host: GitHub
- URL: https://github.com/notshrirang/image-reader
- Owner: NotShrirang
- License: mit
- Created: 2022-04-07T15:20:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T23:57:06.000Z (almost 4 years ago)
- Last Synced: 2025-06-01T00:45:58.096Z (about 1 year ago)
- Topics: ocr, opencv, python, tesseract
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Image-Reader
Reads text from screenshot taken by the app.
System Requirements:
1. Latest version of Tesseract OCR installed. Click here for their GitHub Page.
2. Latest version of OpenCV installed.
3. Latest version of pyautogui installed.
4. Latest versio of Pillow installed.
5. Latest version of numpy installed.