Assigned
Status Update
Comments
sa...@google.com <sa...@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]
pi...@google.com <pi...@google.com> #3
I also need this problem solved :)
Description
Problem you have encountered:
BigQuery table as input to the model
What you expected to happen:
To avoid writing code it will be helpful to have as an input to the model a BigQuery table or view
Steps to reproduce:
batch_predict(prediction_client, project_id, compute_region, model_id, input_BigQuery_table, output_path)
Other information (workarounds you have tried, documentation consulted, etc):