You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consistency related changes in form recognizer (#11467)
* page range + form field page number
* us receipt
* RecognizedReceipt
* Update sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
* async
* comments
Copy file name to clipboardExpand all lines: sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,16 @@
10
10
- Removed `get_form_training_client` from `FormRecognizerClient`
11
11
- Added `get_form_recognizer_client` to `FormTrainingClient`
12
12
- A `HttpResponseError` is now raised if a model with `status=="invalid"` is returned from the `begin_train_model()` or `train_model()` methods
13
+
-`PageRange` is renamed to `FormPageRange`
14
+
-`FormField` does not have a page_number.
15
+
-`begin_recognize_receipts` APIs now return `RecognizedReceipt` instead of `USReceipt`
16
+
-`USReceiptType` is renamed to `ReceiptType`
13
17
14
18
**New features**
15
19
16
20
- Authentication using `azure-identity` credentials now supported
17
21
- see the [Azure Identity documentation](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity/README.md) for more information
Copy file name to clipboardExpand all lines: sdk/formrecognizer/azure-ai-formrecognizer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ See the full details regarding [authentication][cognitive_authentication] of cog
123
123
124
124
- Recognizing form fields and content using custom models trained to recognize your custom forms. These values are returned in a collection of `RecognizedForm` objects.
125
125
- 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.
126
-
- Recognizing common fields fromUS receipts, using a pre-trained receipt model on the Form Recognizer service. These fields and meta-data are returned in a collection of `USReceipt` objects.
126
+
- Recognizing common fields fromUS 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.
0 commit comments