android-vision icon indicating copy to clipboard operation
android-vision copied to clipboard

OCR model fail to get content when the code is executed in other activity

Open basurahan opened this issue 4 years ago • 0 comments

Hello Ive successfully make the OCR working in the main activity but when i implement it in other activity other than main activity i got an error like this

`07-10 09:20:50.555 29058-29058/? E/Zygote: no v2

07-10 09:20:50.555 29058-29058/? E/SELinux: [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL

07-10 09:20:55.870 29058-29058/com.dmmmsu.blind E/native: jni_helper.cc:170 GetContents failed: /data/data/com.google.android.gms/app_vision/ocr/data/models/rpn_lstm_engine_tfmini.bincfg

07-10 09:20:55.870 29058-29058/com.dmmmsu.blind E/native: jni_helper.cc:170 GetContents failed: /data/data/com.google.android.gms/app_vision/ocr/data/models/semanticlift_engine_0.2.bincfg

07-10 09:23:47.648 29058-29973/com.dmmmsu.blind E/CameraSource: Exception thrown from receiver.`

basurahan avatar Jul 10 '19 01:07 basurahan