Create Document AI Client Window
Configures the Document AI Client
Last updated
Configures the Document AI Client
Last updated
The Create Document AI Client Window is used to set the Document AI Client configuration. This configuration is used to create the DocAIClient
variable in Create Document AI Client activity
. The configuration determines what Document AI tasks can be done using the Client variable.
Allows user to set the credentials for the Document AI resource.
The endpoint for the Document AI resource.
The API Key for the Document AI resource.
Lists the services available to the user from the document AI resource.
Sets the available service providers available for the user from the Document AI resource. Available options are :
Visualyze
Sets the extraction methods available form the selected service provider. Available options are :
Text
Simple text extraction using OCR (Optical Character Recognition) from the document.
Form
Identify and extract key-value pairs from the document. Also extracts text, tables, and checkboxes from the document.
Skill
Model based document extraction. Models include Skill, Receipt, Id, etc. Also extracts line-items in some models.
LLM
Document Extraction using a Large Language Model.
Sets the locale used for the extraction. The available locales depends on the selected service provider and selected extraction type. Setting auto
will allow the provider to detect the locale from the document.