首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Google Mobile Vision ocrlib.so文件下载错误

Google Mobile Vision ocrlib.so文件下载错误
EN

Stack Overflow用户
提问于 2020-01-17 19:15:53
回答 1查看 340关注 0票数 0

我在我的应用程序中使用Google Mobile Vision TextRecogniser API从捕获的图像中读取文本。但我每次都会出错。

代码语言:javascript
复制
I/Vision: Request download for engine ocr is a no-op because rate limiting
I/Vision: Loading library libocr.so
I/Vision: libocr.so library load status: false
I/Vision: Request download for engine ocr is a no-op because rate limiting
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite.text not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite.text:0 and remote module com.google.android.gms.vision.dynamite.text:0
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.dynamite not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.dynamite:0 and remote module com.google.android.gms.vision.dynamite:2702
I/DynamiteModule: Selected remote version of com.google.android.gms.vision.dynamite, version >= 2702
W/DynamiteModule: Local module descriptor class for com.google.android.gms.vision.ocr not found.
I/DynamiteModule: Considering local module com.google.android.gms.vision.ocr:0 and remote module com.google.android.gms.vision.ocr:0```

This vision message is what causing the problem:

**E/Vision:Request download for engine ocr is a no-op because rate limiting**
EN

回答 1

Stack Overflow用户

发布于 2020-06-06 20:56:49

最后,我通过出厂重置设备解决了这个问题。我使用的是knox配置文件,所以首先我取消分配现有的knox配置文件,然后出厂重置设备,它工作正常。干杯!

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59786306

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档