Azure Document AI Steps
- 03 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Azure Document AI Steps
- Updated on 03 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 9.5.0 |
Last Modified in Version | 9.5.0 |
Location | Integration > Azure Document AI |
The Azure Document AI steps, Run Document Analysis and Run Document Analysis in JSON, allow users to incorporate Azure Document AI features into Decisions. These Steps can use Azure AI to extract or summarize text from whatever documents are given to them.
Prerequisites
These Steps require the Azure Services module to be installed. In v9 a Project dependency must be created before they will be available in the toolbox.
Run Document Analysis
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Endpoint | The Azure endpoint. | String |
File | The file that will be analyzed. | FileData |
Key | The Azure AI key. | String |
Model ID | This is the ID of the LLM model to be used. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | This will be the result of the AI request. |
Run Document Analysis as JSON
This Step works the same was as Run Document Analysis, but outputs the result in JSON.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Endpoint | The Azure endpoint. | String |
File | The file that will be analyzed. | FileData |
Key | The Azure AI key. | String |
Model ID | This is the ID of the LLM model to be used. | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | This will be the result of the AI request in JSON. | String |
Step Changes
Description | Version | Release Date | Developer Task |
---|---|---|---|
Steps were added to the platform. | 9.5 | November 2024 | [DT-042869] |
Was this article helpful?