We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What I am trying to do: I am using Tsseract and leptonica-platform maven repository in one of my Java programs to do some OCR operations.
Issue: this code throws an error (UnsatisfiedLinkError) when I try to run it on Mac Apple M1 chip laptop with JDK above 1.8.
The text was updated successfully, but these errors were encountered:
There isn't yet a release version with support for macosx-arm64, but it's available in the snapshots: http://bytedeco.org/builds/
Sorry, something went wrong.
Duplicate of #1069
No branches or pull requests
What I am trying to do: I am using Tsseract and leptonica-platform maven repository in one of my Java programs to do some OCR operations.
Issue: this code throws an error (UnsatisfiedLinkError) when I try to run it on Mac Apple M1 chip laptop with JDK above 1.8.
The text was updated successfully, but these errors were encountered: