automation-suite
2023.10
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

EKS/AKS の Automation Suite のインストール ガイド

最終更新日時 2026年3月9日

中国語、日本語、韓国語の OCR を有効化または無効化する

OCR for Chinese, Japanese, Korean エンドポイントをオフライン環境で使用する場合は、オフライン バンドルをインストールし、バンドルのインストール後に OCR を有効化する必要があります。オフライン バンドルのインストール方法について詳しくは、『 Document Understanding ガイド 』の「 ML パッケージのオフライン インストール 」をご覧ください。

注:
  • Document Understanding で OCR for Chinese, Japanese, Korean を使用する場合は、アクティビティが OCR のパブリック エンドポイントと Document Understanding の API キーを使用して設定されていることを確認してください。
  • OCR for Chinese, Japanese, Korean は、Automation Suite にデプロイされた Document Understanding でのみサポートされています。外部の Orchestrator に接続された AI Center にデプロイされた Document Understanding ではサポートされていません。

Chinese, Japanese, Korean OCR (OCR - 中国語、日本語、韓国語) を有効化するには、以下の 2 つの方法があります。

  • ArgoCD を使用する。

  • cluster_config.json ファイルを使用する。

    注:

    Automation Suite バージョン 2023.4.11 以降では 、中国語、日本語、韓国語の OCRcluster_config.json を使用してのみ有効化できます。

ArgoCD を使用する

  1. ArgoCD を開きます。
  2. Document Understanding フレームワークを開きます。
  3. [ パラメーター ] タブを選択します。
  4. du-cjk-ocr.enabled に移動します。
  5. [ 編集 ] を選択して、値を TRUEに設定します。
  6. [保存] を選択します。
注:

Automation Suite インストール内の OCR for Chinese, Japanese, Korean のエンドポイントは、 {Cluster_FQDN}/du_/cjk-ocr/として構築されます。

cluster_config.json ファイルを使用する

注:

この手順は、Automation Suite バージョン 2023.4.11 以降でのみ利用可能です。2023.4.11 より古いバージョンでは、ArgoCD を使用して Chinese, Japanese, Korean OCR (OCR - 中国語、日本語、韓国語) のみを有効化できます。

  1. Automation Suite をインストールまたはアップグレードした後、 input.json ファイルを構成します。

  2. [Chinese, Japanese, Korean OCR] の文字列を input.json ファイルに追加します。

  3. documentunderstanding オブジェクトがまだ設定されていない場合は、次のコードを使用して追加できます。

    "documentunderstanding": {
        "enabled": true,
        "cjkOcr": {
          "enabled": true,
        }
      },
    "documentunderstanding": {
        "enabled": true,
        "cjkOcr": {
          "enabled": true,
        }
      },
    
    注:

    documentunderstanding オブジェクトがすでに設定されている場合は、他のプロパティは変更せずに cjkOcr プロパティのみをコピーします。

  4. 次のコマンドを使用して、Automation Suite インストーラーを再度実行します。

    uipathctl manifest apply input.json --versions versions.json
    uipathctl manifest apply input.json --versions versions.json
    
  5. [ArgoCD] パネルの [Document Understanding] セクションに移動して、中国語、日本語、韓国語の OCR が表示されていることを確認します。

  • ArgoCD を使用する
  • cluster_config.json ファイルを使用する

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得