OCR implementation error-java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "png_set_longjmp_fn" referenced by "liblept.so"
OCR implementation error-java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "png_set_longjmp_fn" referenced by "liblept.so"
我在我的 OCR 代码中使用 tesseract 库 implementation.But 发现上述错误(在标题中提到)。尝试在 link 中使用新的 tess-two 库:https://github.com/rmtheis/tess-two.
但仍然 issue.Isue 在三星 s3 和 s4 迷你设备中 只 找到了。请帮忙 me.I 过去几天正在搜索这个问题。
我正在为项目使用 Android studio。
提前welcomed.Thanks任何帮助。
更新tess-two代码后,需要按照build instructions.
重新构建工程
特别是,您需要确保重新运行 ndk-build
步骤。
我在我的 OCR 代码中使用 tesseract 库 implementation.But 发现上述错误(在标题中提到)。尝试在 link 中使用新的 tess-two 库:https://github.com/rmtheis/tess-two. 但仍然 issue.Isue 在三星 s3 和 s4 迷你设备中 只 找到了。请帮忙 me.I 过去几天正在搜索这个问题。
我正在为项目使用 Android studio。
提前welcomed.Thanks任何帮助。
更新tess-two代码后,需要按照build instructions.
重新构建工程特别是,您需要确保重新运行 ndk-build
步骤。