Assigned
Status Update
Comments
ri...@google.com <ri...@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
I put the sentence: "After carefully examining Jesus’ life and words, former Cambridge professor and skeptic, C. S. Lewis, came to a startling conclusion about him that altered the course of his life." in the NL API demo form. In the syntax result, this sentence is treated as two, which are:
"After carefully examining Jesus’ life and words, former Cambridge professor and skeptic, C. S."
and
"Lewis, came to a startling conclusion about him that altered the course of his life."
The result that NL restful API returns is the same. It is not correct.
Is there any way this situation could be avoided, mitigated or improved?