Assigned
Status Update
Comments
se...@google.com <se...@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
What you would like to accomplish:
We want to know the auto-selected model for recognition.
How this might work: API returns the selected model in Response body.
If applicable, reasons why alternative solutions are not sufficient: If we can know the selected model, tuning between models could be speeded up.
Other information (workarounds you have tried, documentation consulted, etc):