I am currently working on optimal character recognition project using python 2.7,open computer vision in windows.To accomplish this task i came to know that it can be done by using tesseract (software).But, it cannot be installed on windows. I searched a lot but i could not get the solution. Can any one tell me is there any way of installing it on windows ?or can it be done without using it?
Simple steps for tesseract installation in windows.
Download tesseract exe from https://github.com/UB-Mannheim/tesseract/wiki.
Install this exe in C:\Program Files (x86)\Tesseract-OCR
Open virtual machine command prompt in windows or anaconda prompt.
Run pip install pytesseract
To test if tesseract is installed type in python prompt:
import pytesseract
print(pytesseract)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With