Assigned
Status Update
Comments
na...@google.com <na...@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]
to...@labvoice.ai <to...@labvoice.ai> #3
I also need this problem solved :)
ja...@carescribe.io <ja...@carescribe.io> #4
same :D
ke...@planeenglish.net <ke...@planeenglish.net> #5
+1
ke...@planeenglish.net <ke...@planeenglish.net> #6
+1
em...@google.com <em...@google.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.
em...@google.com <em...@google.com> #8
+1
ph...@gmail.com <ph...@gmail.com> #9
Would be great if this could be implemented.
Description
Issue Summary
The CXR is utilizing the Speech-to-Text V2 API but not getting correct or expected transcription.
This was their request parameter [1]
Expected transcription:
"certifié Labelix"
Actual Transcription
Output Transcription: confidence = 0.832697 transcript = certifié la belle X
Model
telephony long
Other Details
API Method: StreamingRecognize
API Version: V2
Client Library: use gRPC in C++
[1]