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
I have followed the android15's instructions accordingly. google guide :https://developer.android.com/guide/practices/page-sizes?hl=en However,when executing new TessBaseAPI(); on the pixel 8(16KB Page Size),my app crashed. Here is the crash log:
new TessBaseAPI();
java.lang.UnsatisfiedLinkError: dlopen failed: "....../lib/arm64/libjpeg.so" program alignment (4096) cannot be smaller than system page size (16384)
It seems that corresponding adjustments need to be made on this SDK side as well. So do you have any plans for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have followed the android15's instructions accordingly.
google guide :https://developer.android.com/guide/practices/page-sizes?hl=en
However,when executing
new TessBaseAPI();
on the pixel 8(16KB Page Size),my app crashed.Here is the crash log:
It seems that corresponding adjustments need to be made on this SDK side as well. So do you have any plans for this?
The text was updated successfully, but these errors were encountered: