gvasquez
gvasquez

Reputation: 2017

Serverside Google Mobile Vision for text decoding

I'd like to use Google Mobile Vision API (for Android) on a server, not on a mobile device. Is it possible, or only works within the Android SDK framework / environment? Is there a server-side port available?

Upvotes: 0

Views: 255

Answers (1)

pm0733464
pm0733464

Reputation: 2862

The Google Cloud Vision API is server-side, and provides face detection and OCR:

https://cloud.google.com/vision/

Upvotes: 2

Related Questions