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

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

最終更新日時 2025年5月6日

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

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

注:
  • Document Understanding で 中国語、日本語、韓国語の OCR を使用する場合は、OCR のパブリック エンドポイントと Document Understanding の API キーを使用してアクティビティを設定してください。
  • OCR - 中国語、日本語、韓国語は、Automation Suite にデプロイされた Document Understanding でのみサポートされています。外部の Orchestrator に接続された AI Center にデプロイされた Document Understanding ではサポートされていません。
中国語、日本語、韓国語の OCR を有効化するには、次の 2 つの方法があります。
  • ArgoCD を使用する。
  • cluster_config.json ファイルを使用する。
    手記:Automation Suite バージョン 2023.4.11 以降の cluster_config.json では、中国語、日本語、韓国語の OCR のみを有効化できます。

ArgoCD を使用する

  1. ArgoCD を開きます。
  2. Document Understanding フレームワークを開きます。
  3. パラメーター 」タブを選択します。
  4. du-cjk-ocr.enabled に移動します。
  5. [ 編集 ] を選択し、値を [ TRUE] に設定します。
  6. [保存] を選択します。
注: Automation Suite インストール内の OCR - 中国語、日本語、韓国語のエンドポイントは {Cluster_FQDN}/du_/cjk-ocr/ として構築されます。

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

手記: この手順は、Automation Suite バージョン 2023.4.11 以降でのみ利用可能です。 2023.4.11 より前のバージョンでは、ArgoCD を使用して有効化できるのは中国語、日本語、韓国語の OCR のみです。
  1. Automation Suite をインストールまたはアップグレードした後、input.json ファイルを構成します。
  2. input.json ファイルに Chinese, Japanese, Korean OCR 用の文字列を追加します。
  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.jsonuipathctl manifest apply input.json --versions versions.json
  5. [ArgoCD] パネルの [Document Understanding] セクションに移動して、中国語、日本語、韓国語の OCR が表示されていることを確認します。
  • ArgoCD を使用する
  • cluster_config.json ファイルを使用する

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

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.