【发布时间】:2016-11-19 19:19:07
【问题描述】:
目前我正在使用 Mobile Vision 开发一个 android 程序。我正在使用“TextRecognizer”类,其中一种方法是 .detect(Frame frame)。现在我有一个我想输入的图像,但是,图像是文件类型“位图”。我试图通过投射将其转换为“框架”,但没有奏效。如果有人有任何建议,将不胜感激。
【问题讨论】:
-
Android API 中没有
TextRecognizer类。您使用的是哪个库? -
我正在使用 Google Play Services Mobile Vision API @Henry
-
@Henry com.google.android.gms.vision.text 在 Google Play 服务移动视觉 API 中
标签: android bitmap ocr android-vision