-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
begin_recognize_receipts
APIs now return RecognizedForm
#11894
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 RecognizedForm
begin_recognize_receipts
APIs now return RecognizedForm
@@ -1,5 +1,12 @@ | |||
# Change Log azure-ai-formrecognizer | |||
|
|||
## 1.0.0b4 (Unreleased) |
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
@@ -123,7 +123,6 @@ See the full details regarding [authentication][cognitive_authentication] of cog | |||
|
|||
- Recognizing form fields and content using custom models trained to recognize your custom forms. These values are returned in a collection of `RecognizedForm` objects. | |||
- Recognizing form content, including tables, lines and words, without the need to train a model. Form content is returned in a collection of `FormPage` objects. | |||
- Recognizing common fields from US receipts, using a pre-trained receipt model on the Form Recognizer service. These fields and meta-data are returned in a collection of `RecognizedReceipt` objects. |
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 |
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
add support track2 config (Azure#11894)
Fixes #11880