A small example package
Project description
Example Package
Download Tesseract-OCR first.
Follow the link:
#For WINDOWS:- https://github.com/UB-Mannheim/tesseract/wiki
#For macOS https://github.com/scott0123/Tesseract-macOS
#Set Environment variable to :-
Variable:-Tesseract-OCR
Path:- Path where Tesseract-OCR is installed like(C:\Program Files\Tesseract-OCR\tesseract.exe)
#type following code in python shell after installing library. 1st step : from ImageConvertToText import ImageTextConverter
2nd step: ImageTextConverter.img2txt('Path_of_your_Image_file')
In ('Path_of_your_Image_file') here write the path of image file that u want extract the text from. for example 'ImageTextConverter.img2txt(r'C:\Users\Dell\Downloads\Images\PythonKnowledgeGraph.png')'like that only
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ImageConvertToText-0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7262b7b568ae49d5f08e6ebc05e5f65bdbeb48242f0522cb8f3d5e0066b68ea2 |
|
MD5 | d8f4d9085f81b9363fa939fa4f7bde9a |
|
BLAKE2b-256 | 91bfe13be1a64a23fee16979ceabf23589143ca04cb8035e21e126977e7dfb3c |