You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
java.lang.UnsatisfiedLinkError: dlopen failed: library "libjpgt.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1087)
at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
at java.lang.System.loadLibrary(System.java:1664)
at com.googlecode.tesseract.android.TessBaseAPI.(TessBaseAPI.java:49)
at com.baidu.speech.recognizerdemo.scanner.tess.TessEngine.detectText(TessEngine.java:27)
at com.baidu.speech.recognizerdemo.scanner.decode.DecodeHandler.decode(DecodeHandler.java:126)
at com.baidu.speech.recognizerdemo.scanner.decode.DecodeHandler.handleMessage(DecodeHandler.java:65)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at com.baidu.speech.recognizerdemo.scanner.decode.DecodeThread.run(DecodeThread.java:52)
The text was updated successfully, but these errors were encountered:
java.lang.UnsatisfiedLinkError: dlopen failed: library "libjpgt.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1087)
at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
at java.lang.System.loadLibrary(System.java:1664)
at com.googlecode.tesseract.android.TessBaseAPI.(TessBaseAPI.java:49)
at com.baidu.speech.recognizerdemo.scanner.tess.TessEngine.detectText(TessEngine.java:27)
at com.baidu.speech.recognizerdemo.scanner.decode.DecodeHandler.decode(DecodeHandler.java:126)
at com.baidu.speech.recognizerdemo.scanner.decode.DecodeHandler.handleMessage(DecodeHandler.java:65)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:233)
at com.baidu.speech.recognizerdemo.scanner.decode.DecodeThread.run(DecodeThread.java:52)
The text was updated successfully, but these errors were encountered: