Create Document AI Client Window

Configures the Document AI Client

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.

Client Authentication

Allows user to set the credentials for the Document AI resource.

Document AI Endpoint

The endpoint for the Document AI resource.

Document AI API Key

The API Key for the Document AI resource.

Available Services

Lists the services available to the user from the document AI resource.

Service Provider

Sets the available service providers available for the user from the Document AI resource. Available options are :

  • Visualyze

Extraction Type

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.

Locale

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.

Last updated