-
Type: New Feature
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: ML Data Enrichment
-
Epic Link:
-
Roadmap Milestone:AI.enrich.GoogleAI
-
Tags:
-
Team:AI
-
Story Points:3
Google Vision API has the endpoint :
POST https://vision.googleapis.com/v1/images:annotate
It allow use to call several different types of services in one go.
Goal is to allow the user to enable / disable Google vision on nuxeo.conf (like AWS)
And have a nuxeo.conf var to configure which services (faces, object, labels, logos, etc) will be active.
By default this variable should have all available services selected.
Use same normalization as with AWS services.
Add Google Vision API endpoint with the following variants:
Detect landmarks
https://cloud.google.com/vision/docs/detecting-landmarks
Detect image properties
https://cloud.google.com/vision/docs/detecting-properties
Detect faces.
https://cloud.google.com/vision/docs/detecting-faces
Detect multiple objects
https://cloud.google.com/vision/docs/object-localizer
Detect logos.
https://cloud.google.com/vision/docs/detecting-logos
Detect Labels to Enrichment Pipelines.
https://cloud.google.com/vision/docs/labels
Detect text in images
https://cloud.google.com/vision/docs/ocr
- is duplicated by
-
AICORE-375 Google Vision detect text in images
- Resolved
-
AICORE-27 Google Vision Face Detection
- Resolved
-
AICORE-28 Google Vision Logo Detection
- Resolved
-
AICORE-29 Google Vision Object localization
- Resolved
- Is referenced in