https://github.com/tufayellus/image-url-to-text-recognition
This python code converts an image contained within a remote location to text using pytesseract
https://github.com/tufayellus/image-url-to-text-recognition
image-analysis image-processing image-to-text pytesseract pytesseract-ocr python
Last synced: 3 months ago
JSON representation
This python code converts an image contained within a remote location to text using pytesseract
- Host: GitHub
- URL: https://github.com/tufayellus/image-url-to-text-recognition
- Owner: TufayelLUS
- Created: 2022-10-10T05:59:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T06:11:41.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T13:48:46.014Z (7 months ago)
- Topics: image-analysis, image-processing, image-to-text, pytesseract, pytesseract-ocr, python
- Language: Python
- Homepage:
- Size: 69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image URL to text recognition using Python
This python code converts an image contained within a remote location to text using pytesseract
Currently works with windows operating system. Kindly download the other operating system version of tesseract to make it work on other operating systems.
Download all 3 tesseract zip files to extract the working version of tesseract for windows.
Every files are required to be placed within the same folder.
To install the required libraries, please open terminal/command window and execute:pip3 install requests Pillow pytesseract