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

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

スタート アップ ガイド

使用するモデルに応じて、以下が必要です。

  • 2022.10 以降のモデル:
    • Download the needed Document Understanding bundle. Here are the links for all the available bundles. The du bundle contains information about all models included into a specific version. For example, the dusemistructured-2023.4.0.tar.gz contains information about all out-of-the-box pre-trained ML Packages included in the 2023.4.0 version.
  • 2022.4 以前のモデル (python37duv3 および python37duv4):
    • ML パッケージはすべて .zip ファイルで提供されており、AI Center 内にカスタム パッケージとして直接アップロードされています。モデルをダウンロードするには、アカウント マネージャー、CSM、またはサポートにお問い合わせください。パッケージ単位でのダウンロード リンクを入手できます。
    • Download the needed Document Understanding bundle. Here are the links for all the available bundles.

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

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

Upload the Model to AI Center

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

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

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

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

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

次のコマンドを実行してイメージを UiPath レジストリからプルします。

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.4.0-rc70
docker pull registry.uipath.com/aicenter/du-doc-ocr:v23.4.0-rc70

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

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

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.4.0-rc70
docker tag registry.uipath.com/aicenter/du-doc-ocr:v23.4.0-rc70 registory.mycompany.com/aicenter/du-doc-ocr:v23.4.0-rc70

イメージを外部 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.4.0-rc70
docker push registory.mycompany.com/aicenter/du-doc-ocr:v23.4.0-rc70

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

2023.4.13+patch1

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/uipath-ocr-cjk:v23.4-11.21-rc02

du/du-cjk-ocr-proxy:v23.4-11.21-rc02
Extended Languages OCRdu/du-extended-ocr-proxy:v23.4-11.21-rc02

du/uipath-ocr-extended:v23.4-11.21-rc02

du/du-extended-ocr-reporting:v23.4-11.21-rc02

2023.4.13

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/uipath-ocr-cjk:v23.4-10.31-rc03

du/du-cjk-ocr-proxy:v23.4-10.31-rc03
Extended Languages OCRdu/du-extended-ocr-proxy:v23.4-11.03-rc01

du/uipath-ocr-extended:v23.4-11.03-rc01

du/du-extended-ocr-reporting:v23.4-11.03-rc01

2023.4.12

Document Understanding バンドル画像
UiPathDocument OCR (UiPath ドキュメント OCR)aicenter/du-doc-ocr:v23.4-03.12-rc02
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.4-03.12-rc02
OCR for Chinese, Japanese, Koreandu/uipath-ocr-cjk:v23.4-3.31-rc02

du/du-cjk-ocr-proxy:v23.4-3.31-rc02
Extended Languages OCRdu/du-extended-ocr-proxy:v23.4-3.31-rc02

du/uipath-ocr-extended:v23.4-3.31-rc02

du/du-extended-ocr-reporting:v23.4-3.31-rc02
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4-03.12-rc02
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4-03.12-rc02

2023.4.11

Document Understanding バンドル画像
UiPathDocument OCR (UiPath ドキュメント OCR)aicenter/du-doc-ocr:v23.4-01.27-rc01
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.4-01.27-rc01
OCR for Chinese, Japanese, Koreandu/uipath-ocr-cjk:vision-3.2-20241211.1

du/du-cjk-ocr-proxy:v23.4-2.11-rc01
Extended Languages OCRdu/du-extended-ocr-proxy:v23.4-2.11-rc01

du/uipath-ocr-extended:v23.4-2.11-rc01

du/du-extended-ocr-reporting:v23.4-2.11-rc01
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4-01.27-rc01
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4-01.27-rc01

2023.4.10+パッチ1

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/uipath-ocr-cjk:vision-3.2-20241211.1

du/du-cjk-ocr-proxy:v23.4-12.01-rc01

2023.4.10

Document Understanding バンドル画像
UiPathDocument OCR (UiPath ドキュメント OCR)aicenter/du-doc-ocr:v23.4-11.15-rc01
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.4-11.15-rc01
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4-12.01-rc01
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4-11.15-rc01
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4-11.15-rc01

2023.4.9

Document Understanding バンドル画像
UiPathDocument OCR (UiPath ドキュメント OCR)aicenter/du-doc-ocr:v23.4-10.10-rc02
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.4-10.10-rc02
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4-10.11-rc02
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4-10.10-rc02
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4-10.10-rc02

2023.4.8

Document Understanding バンドル画像
UiPathDocument OCR (UiPath ドキュメント OCR)aicenter/du-doc-ocr:v23.4-rc02
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.4-rc02
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.7-rc62
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4-rc02
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4-rc02

2023.4.7

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.7-rc35
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4.7-rc35
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4.7-rc35

2023.4.6

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.6-rc16
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4.5-rc83
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4.5-rc83

2023.4.5

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.5-rc12
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4.5-rc72
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4.5-rc72

2023.4.4

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.4-rc16

2023.4.3

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.3-rc24
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4.3-rc21
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4.3-rc21

2023.4.2

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.2-rc29
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4.1-rc09

2023.4.1

Document Understanding バンドル画像
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.1-rc60
すぐに使える事前トレーニング済みの ML パッケージaicenter/du-semistructured:v23.4.1-rc09

2023.4.0

Document Understanding バンドル画像
UiPathDocument OCR (UiPath ドキュメント OCR)aicenter/du-doc-ocr:v23.4.0-rc70
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.4.0-rc70
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.4.0-rc70
DocumentClassifier (ドキュメント分類)aicenter/du-ml-document-type-text-classifier:v23.4.0-rc70
Out-of-the-box Pre-trained ML Packagesaicenter/du-semistructured:v23.4.0-rc70

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得