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

ML パッケージのオフライン インストール

ML パッケージはすべて .zip ファイルで提供されており、AI Center 内にカスタム パッケージとして直接アップロードされています。モデルをダウンロードするには、アカウント マネージャー、CSM、またはサポートにお問い合わせください。パッケージ単位でのダウンロード リンクを入手できます。

ML モデルを使用するには、事前に専用のバンドルをインストールしておく必要もあります。

基本情報

AI Center の ML パッケージを正常にオフライン インストールするには、以下の手順を実行する必要があります。

  • Download the needed du bundle. Here are the links for all the available du bundles. The du bundle contains information about all models included into a specific version. For example, the dulv4-2022.4.0.tar.gz contains information about all dulv4 models included in the 2022.4.0 version.
  • 必要なすぐに使えるモデル パッケージをダウンロードします (例: Invoices (請求書)、Receipts (領収書)、PurchaseOrders (発注書))。リンクはアカウント マネージャー、CSM、またはサポートが提供する必要があります。
  • Retrieve the metadata file for the previously downloaded out-of-the-box model package (eg.: Invoices, Receipts, PurchaseOrders, etc.). This metadata file defines the model's settings. Here you can find all the available metadata files.

オフライン バンドルをインストールする

オフライン インストールの場合、ダウンロードした du バンドルの名前をコマンド ラインで du-ondemand.tar.gz に変更する必要があります。たとえば、dulv4-2022.4.1.tar.gzという名前の du バンドルをダウンロードした場合は、インストール時に名前を du-ondemand.tar.gz に変更する必要があります。

  1. Windows マシンの場合は、バンドルのリンクから直接ダウンロードして、ファイル名を du-ondemand.tar.gz に変更します。

  2. Linux マシンの場合は、インターネットにアクセスできるマシンから、以下のコマンドを実行して必要なバンドルをダウンロードします。

    wget -O ~/<bundle-name.tar.gz> 'bundle-link'
    wget -O ~/<bundle-name.tar.gz> 'bundle-link'
    

    以下に、Linux に必要なバンドルをダウンロードする方法の例を示します。

    wget -O ~/du-ondemand.tar.gz 'https://download.uipath.com/automation-suite/2022.4.1/dulv4-2022.4.1.tar.gz'
    wget -O ~/du-ondemand.tar.gz 'https://download.uipath.com/automation-suite/2022.4.1/dulv4-2022.4.1.tar.gz'
    
  3. クラスターのメイン マシンの /uipath/tmp フォルダー (インストールが行われたフォルダー) に、以下のバンドルをコピーします。

    scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/
    scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/
    
  4. このメイン マシンに接続し、バンドルを読み込ます。

    ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz" --offline-tmp-folder "/uipath/tmp"
    ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz" --offline-tmp-folder "/uipath/tmp"
    

Upload the Model to AI Center

After downloading and installing the models, follow the steps described here to upload them to AI Center.

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得