gmbshivam/image_to_text
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
STEPS TO FOLLOW 1- RUN install.py 2- Download and install tesseract-ocr (windows) sudo apt-get install tesseract-ocr (linux and mac) 3- Add image to the project folder and set the change the path of image and tesseract-ocr executable file. 4- You are good to go . RUN image_to_txt.py THANK YOU