Assigned
Status Update
Comments
jm...@google.com <jm...@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]
[Deleted User] <[Deleted User]> #3
I also need this problem solved :)
sh...@gmail.com <sh...@gmail.com> #4
same :D
pi...@gmail.com <pi...@gmail.com> #5
+1
ba...@indemniflight.com <ba...@indemniflight.com> #6
+1
ke...@gmail.com <ke...@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.
mi...@gmail.com <mi...@gmail.com> #8
+1
[Deleted User] <[Deleted User]> #9
Would be great if this could be implemented.
Description
A user wants to be able to read a PDF file without having to stored in a GCS bucket.
Currently it can only be done having a bucket as source and destination. It would be nice to add a way to do it locally.
StackOverflow question:
Expected result:
Specify the file path and be able to read it.
Actual result:
You need buckets as intermediate for both reading and destination