- 概要
- Document Understanding Process
- クイックスタート チュートリアル
- フレームワーク コンポーネント
- ML パッケージ
- パイプライン
- Document Manager
- OCR サービス
- Automation Suite にデプロイされた Document Understanding
- AI Center スタンドアロンにデプロイされた Document Understanding
- ディープ ラーニング
- 優れたパフォーマンスのモデルをトレーニングする
- ライセンス
- 参照
- UiPath.Abbyy.Activities
- UiPath.AbbyyEmbedded.Activities
- UiPath.DocumentUnderstanding.ML.Activities
- UiPath.DocumentUnderstanding.OCR.LocalServer.Activities
- UiPath.IntelligentOCR.Activities
- UiPath.OCR.Activities
- UiPath.OCR.Contracts
- UiPath.DocumentProcessing.Contracts
- UiPath.OmniPage.Activities
- UiPath.PDF.Activities
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.gzcontains 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 に変更する必要があります。
-
Windows マシンの場合は、バンドルのリンクから直接ダウンロードして、ファイル名を
du-ondemand.tar.gzに変更します。 -
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' -
クラスターのメイン マシンの
/uipath/tmpフォルダー (インストールが行われたフォルダー) に、以下のバンドルをコピーします。scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/ -
このメイン マシンに接続し、バンドルを読み込ます。
./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.