Assigned
Status Update
Comments
al...@google.com <al...@google.com> #2
I have informed our engineering team of this feature request. There is currently no ETA for its implementation.
A current workaround would be to check the returned "boundingPoly" [1] "vertices" for the returned "textAnnotations". If the calculated rectangle's heights > widths, than your image is sideways.
[1]https://cloud.google.com/vision/reference/rest/v1/images/annotate#boundingpoly
A current workaround would be to check the returned "boundingPoly" [1] "vertices" for the returned "textAnnotations". If the calculated rectangle's heights > widths, than your image is sideways.
[1]
Description
Problem you have encountered: Job title as returned with entity type=Person
What you expected to happen: Support for entity type 'Job Title'
Steps to reproduce:
Go to
Scroll down to "Try the API" and enter "Sales Manager" or "President", then click the "Analyze" button.
The entity type is Person.
Other information (workarounds you have tried, documentation consulted, etc):