UiPath Documentation
automation-suite
2.2510
true
Linux の Automation Suite のインストール ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Document Understanding 固有の構成

Automation Suite の cluster_config.json における DocumentUnderstanding の構成プロパティのリファレンス。

documentunderstanding は、Automation Suite の構成ファイル cluster_config.jsonのプロパティです。このアクティビティには、Document Understanding サービスの動作を制御する構成可能な値が含まれています。インストーラーによって既定値が生成されます。Document Understanding サービスをさらに設定するために、追加の変更を加えることができます。

Document Understanding に関連する設定を変更する必要がある場合は、cluster_config.json の [documentunderstanding] セクションを編集して、インストーラーを再実行できます。

あるいは、ArgoCD で UiPath® アプリに同じ変更を加えることもできます。

Document Understanding の構成

"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,
      "enable_cpu_inference": false
    }
  }
"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,
      "enable_cpu_inference": false
    }
  }
注:

データ マネージャー SQL の接続文字列は、既定値を独自の値で上書きする場合のみの任意の設定です。

構成可能な値

datamanager.sql_connection_str

  • データ マネージャーの接続文字列
  • 必須: False。
  • このプロパティはインストーラーによって生成および設定されるため、既定の接続文字列を上書きする場合を除き、設定する必要はありません。SQL への接続の詳細については、「 データベースの構成 」ページを参照してください。

datamanager.pyodbc_sql_connection_str

  • データ マネージャーの接続文字列
  • 必須: False。
  • このプロパティはインストーラーによって生成および設定されるため、既定の接続文字列を上書きする場合を除き、設定する必要はありません。SQL への接続の詳細については、「 データベースの構成 」ページを参照してください。

モダン プロジェクト

  • Document Understanding モダン プロジェクトの設定
  • 必須: True
  • デフォルト:True

extendedOCR (拡張 OCR)

  • これを True に設定すると、UiPath Extended Languages OCR が有効化されます。
  • 必須: False
  • ライセンス: 値はライセンスを取得しているかどうかによって異なります

UiPath Extended Language OCR のライセンスを取得して有効化する方法について詳しくは、「 Extended Languages OCR を有効化または無効化する」をご覧ください。

SQL のサービス プリンシパル認証を構成する

データベース接続に Azure Active Directory サービス プリンシパルで SQL 認証を使用する場合は、cluster_config.jsondocumentunderstanding ブロックに advanced_configuration セクションを明示的に追加する必要があります。your-tenant-id を自分の Azure テナント ID に置き換えます。

"documentunderstanding": {
    "enabled": true,
    "enable_sql_wi": null,
    "advanced_configuration": {
      "du-annotations": {
        "additionalConfigs": {
          "AZURE_TENANT_ID": "your-tenant-id"
        }
      }
    },
},
"documentunderstanding": {
    "enabled": true,
    "enable_sql_wi": null,
    "advanced_configuration": {
      "du-annotations": {
        "additionalConfigs": {
          "AZURE_TENANT_ID": "your-tenant-id"
        }
      }
    },
},

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得