An open API service indexing awesome lists of open source software.

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

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