- 概要
- 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
このセクションでは、データ消費コンポーネントに関する一般的および技術的な情報が提供されています。
データ消費の概要
データ消費とは
Once you validate the extracted data, you can use it as it is or export it as a DataSet variable using the Export Extraction Results activity.
変数は後から DataTable 形式で保存し、必要な環境にエクスポートして使用できます。
データ消費を使用すべき場合
たとえば、値を Excel ファイルに簡単に変換し、キュー内のデータをさらに処理してから、Enterprise リソース プランニング ツールにデータを入力することができます。
データ消費コンポーネントの使用方法
こうしたことを考慮したうえで、[抽出結果をエクスポート] アクティビティは以下とともに使用できます。
-
[データ抽出スコープ] の自動 抽出結果出力 - RPA ベースの検証を目的として抽出データにアクセスするための最適な代替手段です。
注:Make sure to set the IncludeConfidence flag to True.
-
Confirmed extraction results output of the Present Validation Station - for downstream usage purposes, this is a straightforward means of accessing the actual values extracted through the Document Understanding framework.
データ消費関連のアクティビティ
抽出結果をエクスポート
Gives you easy access to extraction results by exporting results from an ExtractionResult variable to a DataSet variable which can be further processed. More detailshere.