Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Using libtesseract on Windows #90

Description

I tried to use libtesseract302.dll (from https://github.com/mnadeem/ocr-tess4j-example), but

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)

but it seems that libtesseract400.dll not in libtesseract.tesseract_raw.libnames

by the way, ctypes.cdll.LoadLibrary will search dll from environment variable PATH on Windows at least

# Jflesch> Don't they have the equivalent of LD_LIBRARY_PATH on

I think it's easy to fix, but why not pack with libtesseract, maybe this will make it easier to use

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions