Assigned
Status Update
Comments
hu...@qad.com <hu...@qad.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
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
The main issue is when I process a glossary in AutoML Translation API, and if there is a similar value it duplicates the result for that value rather than having two different results. This is happening only with the Japanese language.
What you expected to happen:
Have 2 different results
Steps to reproduce:
- Upload a glossary (in a format like a file or JSON) into AutoML Translation.
- AutoML processes the glossary, and if it finds similar values (like words or variables) but they are not identical, AutoML incorrectly detects them as the same value.
- As a result, AutoML provides duplicated results, even though some values are different. Ideally, AutoML should provide distinct results, not duplicates.