简体   繁体   English

没有 Google Play 服务的 Android 中的文本识别

[英]Text recognition in Android without Google Play Services

I'm developing an ocr application for an android device which doesn't have Google play services.我正在为没有 Google Play 服务的 android 设备开发一个 ocr 应用程序。 So I can't use Google Cloud Vision api.所以我不能使用 Google Cloud Vision api。 Is it possible to use Microsoft Computer Vision?是否可以使用 Microsoft 计算机视觉? Or,if there any other good api for text recognition, please let me know.或者,如果有任何其他用于文本识别的好的 api,请告诉我。

Thank you.谢谢你。

I'm not sure if you found a solution but I was also having this problem.我不确定您是否找到了解决方案,但我也遇到了这个问题。 I've been using Azure Computer Vision's OCR service.我一直在使用 Azure 计算机视觉的 OCR 服务。 https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/ https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/

It doesn't seem to work as fast as Google Vision, and it takes a little more time to set up, but it doesn't rely on Google Play Services.它的运行速度似乎没有 Google Vision 快,设置起来也需要多一点时间,但它不依赖于 Google Play 服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM