Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Google Mobile Vision support OCR on iOS?

Tags:

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.

like image 797
Flarosa Avatar asked Dec 14 '16 22:12

Flarosa


1 Answers

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

like image 196
nathangitter Avatar answered Sep 24 '22 16:09

nathangitter