zqy2084
zqy2084
I met the same problem druing pip installing, I did pull the latest tesseract as revision: tesseract-ocr/tesseract@5f5e85e4a0827cf44f57bc87344d3fa15b067a75. @Belval which revision i should pull to get tesserocr compiled?
@Belval yes, I did uninstall before reinstall. Anyway i would like try to reinstall again with the revision you are giving.
Still get the same compile error with reinstall tesseract on revision: tesseract-ocr/tesseract@b0ead95d64a3667339775b2f99ac37e97e90c2a0 ``` Debian 8.7 Python 2.7 (ocr_env_py2.7)jeff@debian88:~/Projects/tesseract$ CPPFLAGS=-I/usr/local/include pip install tesserocr Downloading/unpacking tesserocr http://mirrors.aliyun.com/pypi/simple/tesserocr/ uses an insecure transport scheme...
@sirfz we can certainly do hardcoding the include files of tesseract to make the tesserocr compiled success, however i do believe it is supposed to do no hardcoding change to...