Assigned
Status Update
Comments
da...@drachtio.org <da...@drachtio.org> #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]
nr...@google.com <nr...@google.com>
nr...@google.com <nr...@google.com> #3
I also need this problem solved :)
da...@drachtio.org <da...@drachtio.org> #4
same :D
pb...@google.com <pb...@google.com> #6
Comment has been deleted.
rl...@gmail.com <rl...@gmail.com> #7
This needs more attention. It's not just a display issue as described in the report. The co-ordinates returned in 'boundingPoly' are incorrect if the image was taken on a phone. All the x points should be y and vice versa.
The workaround does not make sense as "boundingPoly" [1] "vertices" for "textAnnotations" does not indicate the image dimensions - it indicates the dimensions of the relevant text block inside the image.
The workaround does not make sense as "boundingPoly" [1] "vertices" for "textAnnotations" does not indicate the image dimensions - it indicates the dimensions of the relevant text block inside the image.
Description
If I run the same test with model 'command_and-search' it behaves differently. No matter how I cough or mumble I can't get an initial end of utterance event to come. I then start speaking and I get transcripts.
I recently changed from command_and_search to latest_short because I thought that was recommended, but it seems this behavior has broken some of my use cases.
Has anyone experienced this? The docs (
Would love to hear thoughts or experience related to this. Thanks