We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I do not want MS Read API to return a "flipped" box. e.g.
"words": [ { "bounding_box": [ 1113.0, 85.0, 1072.0, 86.0, 1072.0, 66.0, 1112.0, 66.0 ], "text": "NOS)", "confidence": 0.147 } ]
I'm using this function
def read_in_stream( self, image, language=None, pages=None, model_version="latest", reading_order="basic", custom_headers=None, raw=False, callback=None, **operation_config):
putting detectionOrientation : False in query_parameters didn't work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I do not want MS Read API to return a "flipped" box.
e.g.
I'm using this function
putting detectionOrientation : False in query_parameters didn't work.
The text was updated successfully, but these errors were encountered: