DI Pdf Reader
Provides integration with Azure Document Intelligence AI models in order to read Pdf files.
Revision History
1.0.0.0 Initial Release
Properties
Connection
Type: Connection Input
The connection profile for your Azure Document Intelligence models.
DiModelName
Type: String
The name of the model you intend to use to interpret the PDF. Both custom and prebuilt models are supported.
DiModelEndpoint
Type: String
The endpoint of the Document Intelligence model.
DiModelKey
Type: Password
The key for the Document Intelligence model.
ReturnRawData
Type: boolean
Toggle to return raw data in the response payload.
PdfFile
Type: Object Input
The PDF file to be analyzed and converted.
Response
Type: JSON Output
The contents of the PDF represented as a structured JSON object.
Setting up a Document Intelligenc model
- Navigate to Azure AI Foundry and create a new
Document intelligence
resource. - Copy the
Endpoint
andKey
into your Flowgear DI Pdf Reader connection. - Enter the custom model name or the id of one of the prebuilt models.