automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white

Automation Suite on Linux Installation Guide

Last updated Jan 22, 2025

Document Understanding-specific configuration

documentunderstanding is a property in the Automation Suite's configuration file, cluster_config.json. It contains configurable values that control the behavior of the Document Understanding service. The installer generates the default values. Additional changes can be made to further configure the Document Understanding service. If you need to change any settings related to Document Understanding, the documentunderstanding section in cluster_config.json can be edited and the installer can be re-run.

Alternatively, the same changes can be made in the UiPath® app in ArgoCD.

Document Understanding config

"documentunderstanding": {
    "enabled": true,
    "sql_connection_str": "",
    "datamanager": {
      "sql_connection_str": "String",
      "pyodbc_sql_connection_str": "String"
    },
    "extendedOcr": {
      "enabled": null,
      "license": "license obtained"
    },
    "modernProjects": {
      "enabled": true
    }
  }"documentunderstanding": {
    "enabled": true,
    "sql_connection_str": "",
    "datamanager": {
      "sql_connection_str": "String",
      "pyodbc_sql_connection_str": "String"
    },
    "extendedOcr": {
      "enabled": null,
      "license": "license obtained"
    },
    "modernProjects": {
      "enabled": true
    }
  }
Note:

The data manager SQL connection string is optional only if you want to overwrite the default database with your own.

Configurable values

datamanager.sql_connection_str

  • Connection string for datamanager
  • Required: False.
  • This property is generated and populated by the installer, you do not need to set it unless you want to override the default connection string. For more details about connecting to SQL please refer to the Database configuration page.

datamanager.pyodbc_sql_connection_str

  • Connection string for datamanager
  • Required: False.
  • This property is generated and populated by the installer, you do not need to set it unless you want to override the default connection string. For more details about connecting to SQL please refer to the Database configuration page.

modernProjects

  • Setting for Document Understanding modern projects.
  • Required: True
  • Default: True

extendedOcr

  • Setting this to true enables UiPath Extended Languages OCR.
  • Required: False
  • License: value depends on if a license is obtained or not

For more information on how to obtain a license for UiPath Extended Language OCR and enable it, check the Enabling or disabling Extended Languages OCR page.

  • Document Understanding config
  • Configurable values
  • datamanager.sql_connection_str
  • datamanager.pyodbc_sql_connection_str
  • modernProjects
  • extendedOcr

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2025 UiPath. All rights reserved.