Assigned
Status Update
Comments
va...@google.com <va...@google.com>
ds...@google.com <ds...@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]
go...@gmail.com <go...@gmail.com> #3
I also need this problem solved :)
go...@gmail.com <go...@gmail.com> #4
same :D
go...@gmail.com <go...@gmail.com> #6
+1
go...@gmail.com <go...@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
I am writing to ask for help with an issue I had while using the Google Cloud Translate service for PDF translations.
```
400 Exceed the maximum PDF page support. Received: 81. Support up to: 20.
```
Issue Details:
Service Used: Google Cloud Translate
Operation: PDF Translation
PDF Page Count: 81 pages
Supported Maximum Pages: 20 pages
Description: When attempting to translate a PDF document containing 81 pages, I received the above error message indicating that the maximum supported number of pages is 20. This limitation is currently hindering my ability to translate larger documents efficiently.
Request:
Clarification: Please confirm if the maximum PDF page limit is 20 pages for the Google Cloud Translate service.
Possible Solutions: Are there any recommended approaches or best practices to handle larger PDF documents exceeding this page limit? For example, is there an option to increase the page limit for higher-tier plans or enterprise accounts?
Alternative Services: If increasing the page limit is not feasible, are there alternative Google Cloud services or integrations that can support the translation of larger PDF files?
Gordon Ahn.