We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I tried to use libtesseract302.dll (from https://github.com/mnadeem/ocr-tess4j-example), but
libtesseract302.dll
AttributeError: function 'TessBaseAPIGetDatapath' not found
then I tried to use libtesseract400.dll (from https://github.com/nguyenq/tess4j which depends on https://github.com/nguyenq/lept4j)
libtesseract400.dll
but it seems that libtesseract400.dll not in libtesseract.tesseract_raw.libnames
libtesseract.tesseract_raw.libnames
by the way, ctypes.cdll.LoadLibrary will search dll from environment variable PATH on Windows at least
ctypes.cdll.LoadLibrary
PATH
pyocr/src/pyocr/libtesseract/tesseract_raw.py Line 31 in ce23c24 # Jflesch> Don't they have the equivalent of LD_LIBRARY_PATH on
pyocr/src/pyocr/libtesseract/tesseract_raw.py
Line 31 in ce23c24
I think it's easy to fix, but why not pack with libtesseract, maybe this will make it easier to use
I tried to use
libtesseract302.dll(from https://github.com/mnadeem/ocr-tess4j-example), butthen I tried to use
libtesseract400.dll(from https://github.com/nguyenq/tess4j which depends on https://github.com/nguyenq/lept4j)but it seems that
libtesseract400.dllnot inlibtesseract.tesseract_raw.libnamesby the way,
ctypes.cdll.LoadLibrarywill search dll from environment variablePATHon Windows at leastI think it's easy to fix, but why not pack with libtesseract, maybe this will make it easier to use