-
Notifications
You must be signed in to change notification settings - Fork 3.2k
begin_recognize_receipts APIs now return RecognizedForm
#11894
New issue
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
Conversation
begin_recognize_receipts and begin_recognize_receipts_from_url now return RecognizedForm and begin_recognize_receipts APIs now return RecognizedReceipt.
begin_recognize_receipts and begin_recognize_receipts_from_url now return RecognizedForm and begin_recognize_receipts APIs now return RecognizedReceipt.begin_recognize_receipts and begin_recognize_receipts_from_url now return RecognizedForm
begin_recognize_receipts and begin_recognize_receipts_from_url now return RecognizedFormbegin_recognize_receipts APIs now return RecognizedForm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good, you just forgot to remove mention of RecognizedReceipt from the readme: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer#formrecognizerclient
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd still include this sentence, just say that it returns a collection of RecognizedForm
|
LGTM, I'll approve after we release |
kristapratico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebasing on master should fix the analyze step error in CI
8eac67c to
91870e7
Compare
Fixes #11880