Azure Document AI Steps
  • 03 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Azure Document AI Steps

  • Dark
    Light

Article summary

Step Details
Introduced in Version9.5.0
Last Modified in Version9.5.0
LocationIntegration > 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

PropertyDescriptionData Type
EndpointThe Azure endpoint.String
FileThe file that will be analyzed.FileData
KeyThe Azure AI key.String
Model IDThis is the ID of the LLM model to be used.String

Outputs

PropertyDescriptionData Type
OutputThis 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

PropertyDescriptionData Type
EndpointThe Azure endpoint.
String
FileThe file that will be analyzed.
FileData
KeyThe Azure AI key.
String
Model IDThis is the ID of the LLM model to be used.
String

Outputs

PropertyDescriptionData Type
OutputThis will be the result of the AI request in JSON.String



Step Changes

DescriptionVersionRelease DateDeveloper Task
Steps were added to the platform.9.5November 2024[DT-042869]

Was this article helpful?