document-understanding
2024.10
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
UiPath logo, featuring letters U and I in white
Document Understanding ガイド
Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Last updated 2024年11月11日

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

基本情報

Download the needed Document Understanding bundle. Here are the links for all the available bundles. The Document Understanding bundle contains information about all models included into a specific version. For example, the dusemistructured-2024.10.0.tar.gz contains information about all out-of-the-box pre-trained ML Packages included in the 2023.4.0 version.

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

オフライン インストールの場合、ダウンロードした du バンドルの名前をコマンド ラインで du-ondemand.tar.gz に変更する必要があります。たとえば、dusemistructured-2024.10.0.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/2024.10.0/dusemistructured-2024.10.0.tar.gz'wget -O ~/du-ondemand.tar.gz 'https://download.uipath.com/automation-suite/2024.10.0/dusemistructured-2024.10.0.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"

モデルを AI Center にアップロードする

モデルのダウンロードとインストールが完了したら、こちらの手順に従って AI Center にアップロードします。

フォーム抽出器とインテリジェント キーワード分類器

以下のパブリック URL を使用して、フォーム抽出器インテリジェント キーワード分類器にアクセスします。

  • <FQDN>/du_/svc/formextractor
  • <FQDN>/du_/svc/intelligentkeywords
注: パブリック URL を使用する場合は、<FQDN> プレースホルダーを実際の環境の情報に置き換えます。たとえば <FQDN>/du_/svc/formextractor をワークフローで使用する場合は https://servicefabricserver.domain.com/du_/svc/formextractor とします。

Document Understanding™ バンドルを外部 Docker レジストリにアップロードする

Document Understanding バンドルを外部 Docker レジストリにアップロードするには、以下の手順に従います。

  • Pull the desired DU image from the UiPath® registry hosted on registry.uipath.com
  • イメージ ホストの名前を Docker レジストリの名前に従って変更します。
  • イメージを外部 Docker レジストリにプッシュする

目的の Document Understanding イメージをプルする

Pull the images from UiPath® registry by running these commands:
docker pull <uipath_registry_server>/<image_name>docker pull <uipath_registry_server>/<image_name>

以下に、registry.uipath.com というレジストリから UiPathDocumentOCR バンドルのイメージをプルする方法の例を示します。

docker pull registry.uipath.com/aicenter/du-doc-ocr:v23.10.0docker pull registry.uipath.com/aicenter/du-doc-ocr:v23.10.0

イメージ ホストの名前を変更する

次のコマンドを実行して、イメージ ホストの名前を変更します。

docker tag <uipath_registry_server>/<image_name> <your_registry_server>/<image_name>docker tag <uipath_registry_server>/<image_name> <your_registry_server>/<image_name>

以下に、UiPathDocumentOCR バンドルのイメージの名前を、registry.uipath.com というレジストリから registory.mycompany.com というレジストリに変更する方法の例を示します。

docker tag registry.uipath.com/aicenter/du-doc-ocr:v23.4.0-rc70 registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0docker tag registry.uipath.com/aicenter/du-doc-ocr:v23.4.0-rc70 registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0

イメージを外部 Docker レジストリにプッシュする

次のコマンドを実行して、イメージを外部 Docker レジストリにプッシュします。

docker push <your_registry_server>/<image_name>docker push <your_registry_server>/<image_name>

以下に、UiPathDocumentOCR バンドルのイメージを外部 Docker レジストリにプッシュする方法の例を示します。

docker push registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0docker push registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0

各 Document Understanding バンドルのイメージ

Document Understanding バンドル

画像

UiPathDocument OCR (UiPath ドキュメント OCR)aicenter/du-doc-ocr:v23.10.0
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.10.0
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.10.0
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.10.0

Out-of-the-box Pre-trained ML Packages

aicenter/du-semistructured:v23.10.0

Dulv4

aicenter/python37duv4:23.10.0

Dulv3

aicenter/python37duv3:23.10.0

Dulv2

aicenter/python37duv2:23.10.0

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

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