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
- Sales receipts. See fields found on a receipt [here][service_recognize_receipt].
140
140
- Business cards. See fields found on a business card [here][service_recognize_business_cards].
141
141
- Invoices. See fields found on an invoice [here][service_recognize_invoice].
142
-
-ID documents. See fields found on an ID document [here][service_recognize_id_documents].
142
+
-Identity documents. See fields found on identity documents [here][service_recognize_identity_documents].
143
143
- Recognizing form content, including tables, lines, words, and selection marks, without the need to train a model. Form content is returned in a collection of `FormPage` objects.
144
144
145
145
Sample code snippets are provided to illustrate using a FormRecognizerClient [here](#recognize-forms-using-a-custom-model"Recognize Forms Using a Custom Model").
@@ -293,7 +293,7 @@ You are not limited to receipts! There are a few prebuilt models to choose from,
293
293
- Analyze receipts through the `begin_recognize_receipts` method (fields recognized by the service can be found [here][service_recognize_receipt])
294
294
- Analyze business cards through the `begin_recognize_business_cards` method (fields recognized by the service can be found [here][service_recognize_business_cards]).
295
295
- Analyze invoices through the `begin_recognize_invoices` method (fields recognized by the service can be found [here][service_recognize_invoice]).
296
-
- Analyze identity documents through the `begin_recognize_id_documents` method (fields recognized by the service can be found [here][service_recognize_id_documents]).
296
+
- Analyze identity documents through the `begin_recognize_identity_documents` method (fields recognized by the service can be found [here][service_recognize_identity_documents]).
297
297
298
298
299
299
### Train a model
@@ -427,7 +427,7 @@ These code samples show common scenario operations with the Azure Form Recognize
427
427
* Recognize receipts from a URL: [sample_recognize_receipts_from_url.py][sample_recognize_receipts_from_url]
428
428
* Recognize business cards: [sample_recognize_business_cards.py][sample_recognize_business_cards]
0 commit comments