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
*[Analyze Documents Using a Custom Model](#analyze-documents-using-a-custom-model"Analyze Documents Using a Custom Model")
196
197
*[Manage Your Models](#manage-your-models"Manage Your Models")
@@ -310,6 +311,83 @@ You are not limited to receipts! There are a few prebuilt models to choose from,
310
311
- Analyze invoices using the `prebuilt-invoice` model (fields recognized by the service can be found [here][service_recognize_invoice]).
311
312
- Analyze identity documents using the `prebuilt-idDocuments` model (fields recognized by the service can be found [here][service_recognize_identity_documents]).
312
313
314
+
### Using Prebuilt Document
315
+
Analyze entities, key-value pairs, tables, styles, and selection marks from documents using the general prebuilt document model provided by the Form Recognizer service.
316
+
Select the Prebuilt Document model by passing `model="prebuilt-document"` into the `begin_analyze_documents` method:
317
+
318
+
```python
319
+
from azure.ai.formrecognizer import DocumentAnalysisClient
320
+
from azure.core.credentials import AzureKeyCredential
Copy file name to clipboardExpand all lines: sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/async_samples/sample_analyze_prebuilt_document_async.py
0 commit comments