How to install tesserocr on windows?
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 includes two directory that is lib and include . Next I tried to do pip install tesserocr in a python virtualenvironment and it returned error tesserocr.cpp(460) : fatal error C1083: Cannot open include file: 'leptonica/allheaders.h': No such file or directory I noticed that allheaders.h is in include directory from the leptonica file I downloaded earlier. How do I solve this? Where should I put the directory include and