Does Google Mobile Vision support OCR on iOS?

不羁的心 提交于 2019-12-01 03:55:32

问题


I'm looking at using Google Mobile Vision with an iOS app. Their documentation talks about face recognition, barcode scanning, and text recognition (OCR). However, the code samples for iOS development only include facial recognition, and I don't see anything in the API documentation for iOS other than facial recognition support.

Is it the case that they only support OCR and barcode scanning on Android?

If this were the case, I would have expected that fact to be clearly stated somewhere in the introduction to the product or the getting started page, but it is not, which surprises me, and leaves me wondering whether I'm just confused and not finding it.

Thanks.


回答1:


The Google Mobile Vision website at the time of this post says:

Note that iOS supports only face detection and tracking at this time.

Source: https://developers.google.com/vision/reference




回答2:


In March 2017, it find faces and barcodes in photos and videos.

https://developers.google.com/vision/ios/getting-started




回答3:


As of April 2018 it does support text recognition however in I/O 2018 Google deprecated it in favor of ML.Kit which is part of Firebase. ML.kit supports both cloud and on device text recognition.



来源:https://stackoverflow.com/questions/41153632/does-google-mobile-vision-support-ocr-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!