Document Intelligence

Connects to Document Intelligence to perform operations on various supported documents.
This article describes the operations for the Azure AI Document Intelligence built-in connector, which is available only for Standard workflows in single-tenant Azure Logic Apps. If you're looking for the Azure AI Document Intelligence managed connector operations instead, see Azure AI Document Intelligence (form recognizer).
Built-in connector settings
In a Standard logic app resource, the application and host settings control various thresholds for performance, throughput, timeout, and so on. For more information, see Edit host and app settings for Standard logic app workflows.
Authentication
Endpoint URL and key-based authentication
Authentication type
Parameters
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
"Document Intelligence endpoint URL | The URL for the Document Intelligence endpoint. | string | True | |
Access key | The access key for Document Intelligence. | securestring | True |
Active Directory OAuth
Active Directory OAuth
Parameters
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
"Document Intelligence endpoint URL | The URL for the Document Intelligence endpoint. | string | True | |
Active Directory OAuth | Active Directory OAuth | string | True | |
Authority | Active Directory authority | string | False | |
Tenant | Active Directory tenant | string | True | |
Credential type | Active Directory credential type | string | False | Certificate, Secret |
Client ID | Active Directory client ID | string | True | |
Client secret | Active Directory client secret | securestring | True | |
Pfx | Active Directory pfx | securestring | True | |
Password | Active Directory password | securestring | True |
Managed identity
Managed identity
Parameters
Name | Description | Type | Required | Allowed Values |
---|---|---|---|---|
"Document Intelligence endpoint URL | The URL for the Document Intelligence endpoint. | string | True | |
Managed identity | Managed identity | string | True | |
Managed identity | Managed identity | string | False |
Actions
Analyze document details (Preview) |
Executes the request to analyze document for the specified content. |
Analyze document details (Preview)
Executes the request to analyze document for the specified content.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Model Id
|
modelId | string |
The model id input parameter for the operation named "Analyze Document". |
|
modelIdInputs
|
modelIdInputs | string |
The model id inputs object for the operation named "Analyze Document" based on the model id. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Content
|
content | string |
The details of the text or Markdown content for the specified content input. |