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

Linux の Automation Suite のインストール ガイド

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

Extended Languages OCR を有効化または無効化する

大事な: Extended Languages OCR を使用するには、有効なライセンスが設定されている必要があります。 ライセンスは、UiPath® がメールで提供する Base64 文字列ファイルです。 ライセンスを取得するには、「 Document Understanding > Extended Languages OCR License Request」でサポート チケットを提出してください。

注意: UiPath は、Extended Languages OCR ライセンスを Automation Suite の最終顧客にのみ発行します。UiPath との間でマスター ソフトウェアおよびサービス契約を締結し、その Automation Suite インスタンスの 1 人のユーザーであり、すべてのオートメーションを組織のみが使用する Automation Suite インスタンスで実行している必要があります。

Extended Languages OCR にアクセスするには、以下の追加の利用規約に同意する必要があります。

  • ユーザーによるライセンスを他の組織に再配布することは固く禁じられています。 このライセンスは、UiPath Automation Suite の一部としての Extended Languages OCR の使用を特に目的とし、そのライセンスが提供されるエンティティのみが利用します。
  • ユーザーは四半期ごとに利用状況報告書を提出する義務があり、その期限は毎年3月31日、6月30日、9月30日、12月31日です。 これらのレポートを作成するには、 uipath-as-platform ストレージ コンテナーに移動し、フォルダー パス aistorage/org-00000000-0000-0000-0000-000000000001/tenant-00000000-0000-0000-0000-000000000001 zip ファイルに圧縮します。 その後、この zip ファイルが UiPath のメール アドレスに送信され、ライセンス ファイルに同梱されます。

これらの条件に従わない場合、Extended OCR ライセンスを更新できません。

ライセンス ファイルは 12 か月後に有効期限が切れるため、12 か月ごとにライセンスを更新する必要があります。 1 か月の猶予期間があり、その後、コンテナーは要求の処理を停止します。

ライセンス文字列を受け取ったら、以下の手順に進みます。

  1. Automation Suite をインストールまたはアップグレードした後、cluster_config.json ファイルを構成します。
    先端: ファイルは /opt/UiPathAutomationSuite/cluster_config.jsonにあります。
  2. cluster_config.json ファイルに Extended Languages OCR 用の文字列を追加します。
    電子メールでライセンスを受け取ったら、任意のテキスト エディター (メモ帳など) でライセンス ファイルを開き、見つかった文字列をコピーして、documentunderstanding オブジェクトの license プロパティ内に貼り付けます。
  3. documentunderstanding オブジェクトがまだ設定されていない場合は、次のコードを使用して追加できます。
    "documentunderstanding": {
        "enabled": true,
        "extendedOcr": {
          "enabled": true,
          "license": "<base64 encoded license string goes here>"
        }
      },"documentunderstanding": {
        "enabled": true,
        "extendedOcr": {
          "enabled": true,
          "license": "<base64 encoded license string goes here>"
        }
      },
    手記:documentunderstanding オブジェクトが既に設定されている場合は、他のプロパティを変更せずに、ライセンス ファイルから extendedOcr プロパティのみをコピーします。
  4. 次のコマンドを使用して、Automation Suite インストーラーを再度実行します。
    cd /opt/UiPathAutomationSuite/UiPath_Installer
    ./install-uipath.sh -i cluster_config.json -s -o output.json --accept-license-agreementcd /opt/UiPathAutomationSuite/UiPath_Installer
    ./install-uipath.sh -i cluster_config.json -s -o output.json --accept-license-agreement
  5. [ArgoCD] パネルの [Document Understanding] セクションに移動して、Extended Languages OCR が表示されていることを確認します。


レポートファイル

ユーザーは四半期ごとに利用状況報告書を提出する義務があり、その期限は毎年3月31日、6月30日、9月30日、12月31日です。 これらのレポートを作成するには、 uipath-as-platform ストレージ コンテナーに移動し、フォルダー パス aistorage/org-00000000-0000-0000-0000-000000000001/tenant-00000000-0000-0000-0000-000000000001 zip ファイルに圧縮します。 その後、この zip ファイルが UiPath のメール アドレスに送信され、ライセンス ファイルに同梱されます。
手記: レポート ファイルには、ドキュメント固有の情報は含まれません。
レポート ファイルに含まれる内容の詳細については、次のサンプルを参照してください ファイル:
{
  "year": 2024,
  "month": 10,
  "report": {
    "type": "UsageResponse",
    "meters": [
      {
        "name": "<container name>",
        "quantity": 12.0
      }
    ],
    "apiType": "<api type>",
    "serviceName": "<service name>"
  }
}{
  "year": 2024,
  "month": 10,
  "report": {
    "type": "UsageResponse",
    "meters": [
      {
        "name": "<container name>",
        "quantity": 12.0
      }
    ],
    "apiType": "<api type>",
    "serviceName": "<service name>"
  }
}

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

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White