I downloaded executable file of tesseract-OCR and installed it. On the other hand, I also downloaded a zipfile of leptonica from http://www.leptonica.com/download.html. It i
Use Anaconda to install TesserOCR
in an environment named OCR
Open Anaconda Prompt:
conda create -n OCR python=3.6
activate OCR
For tesseract 3.5.1 (stable):
conda install -c simonflueckiger tesserocr
OR for tesseract 4.0.0 (experimental):
conda install -c simonflueckiger/label/tesseract-4.0.0-master tesserocr
OR download the wheel file matching your Windows platform and Python installation from here and install it via:
pip install