0

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?

gvasquez
  • 1,919
  • 5
  • 27
  • 41

1 Answers1

2

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

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

pm0733464
  • 2,862
  • 14
  • 16