Assigned
Status Update
Comments
am...@gmail.com <am...@gmail.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]
og...@gmail.com <og...@gmail.com> #3
I also need this problem solved :)
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: Returned result of Vision API similar to the ordered of text in images
How this might work: Get the result similar to the image/text order
If applicable, reasons why alternative solutions are not sufficient:
1. It is not friendly to the customer to develop algorithms to sort the returned shuffled text by its word by word polygons' x,y coordinates
Other information (workarounds you have tried, documentation consulted, etc):
There were also a Stackoverflow forum [1] where they sort textblock as top to bottom but the customer needs the returned text is correctly ordered
[1]