アプリケーションとの連携
ここで説明として表示している内容はUipath社のアクティビティの説明の引用です。
アクティビティ名 | 説明 |
---|---|
IntelligentOCR Scope | ABBYY FlexiCapture エンジンを初期化して、IntelligentOCR のすべてのアクティビティのスコープを提供します。 |
Classify Document | ABBYY テンプレートレイアウトファイルまたは ABBYY 分類ファイルに基づいて、指定したドキュメントを分類できます。IntelligentOCR スコープ (IntelligentOCR Scope) アクティビティの内側でのみ使用できます。 |
Export Document | FCDocument に格納された処理済みのドキュメントを、.csv、.xml、.xls、.json のいずれかの形式にエクスポートします。IntelligentOCR Scope アクティビティの内側でのみ使用できます。 |
Get Field | 指定した FCDocument 変数からフィールドを取得し、FCField 変数として返します。IntelligentOCR Scope アクティビティの内側でのみ使用できます。 |
Get Table | 指定した FCDocument 変数からテーブルを取得し、DataTable 変数として返すため、後から Excel などで使用できます。このアクティビティは IntelligentOCR Scope アクティビティの内側でのみ使用できます。 |
Process Document | FlexiCapture エンジンを使用してドキュメントを処理し、FCDocument 変数に変換します。その後、他のアクティビティでこの変数を使用できます。IntelligentOCR Scope アクティビティの内側でのみ使用できます。 |
Validate Document | FCDocument 変数に格納されている処理済みのドキュメントにあるフィールドを、ABBYY SDK を使用して検証し、同じ形式で返します。実行時に FlexiCapture Validation Station が開き、最小の確定スコアを持つフィールドがすべて表示されます。このアクティビティは IntelligentOCR Scope の内側でのみ使用できます。 |
Present Validation Station | Validation Station を開きます。ユーザーは、ドキュメントの分類や自動データ取得の結果を確認できます。 |
Digitize Document | ドキュメントをデジタル化し、Document Object Model (DOM) とテキストを取得して、対応する変数型に格納します。 |
Prepare Validation Station Data | Extracts all the data required for the Validation Station wizard from an FCDocument variable and stores it into a ValidationStationData variable. The extracted data contains the taxonomy, automatic extraction results, Document Object Model, and raw text of the document contained in the FCDocument variable. FCDocument variables can be obtained by processing documents with a Process Document activity. This activity must be run inside an IntelligentOCR Scope container. |
タクソノミーをロード (Load Taxonomy) | Turns the taxonomy.json file created with the help of the Taxonomy Manager into a variable that can be further used with other activities. |
Classify Document Scope | 分類子アクティビティのスコープを提供し、ドキュメント分類の実行に必要なすべてのファイルを提供します。1つ以上の分類子、およびそれらの間のブローカーを許可し、子分類アクティビティにすべてのパラメーターが確実に転送されるようにします。 |
Train Classifiers And Extractors | This activity has been replaced by the Train Classifiers Scope and the Train Extractors Scope** activities. |
データ抽出スコープ (Data Extraction Scope) | 抽出子のアクティビティにスコープを提供して、タクソノミーで定義したドキュメントタイプに従って抽出子を設定できるようにします。このアクティビティの出力結果は、自動的に抽出されたすべてのデータを含めて ExtractionResult 変数に格納され、抽出結果をエクスポート (Export Extraction Results) アクティビティの入力値として使用できます。また、このアクティビティは、抽出子を設定 (Configure Extractors) ウィザードを備えており、タクソノミーで定義したドキュメントタイプから抽出対象とするフィールドを指定できます。 |
FlexiCapture 抽出子 (FlexiCapture Extractor) | Enables you to extract data from a document based on a set of FlexiCapture definition files. Can only be used inside a Data Extraction Scope activity. To configure this activity properly, use the Configure Extractors wizard in the Data Extraction Scope activity to map all document definition fields to the corresponding field defined in the Taxonomy. |
抽出結果をエクスポート (Export Extraction Results) | Gives you easy access to extraction results by exporting results from an ExtractionResult variable to a DataSet variable which can be further processed. The ExtractionResult variable can be obtained from the Data Extraction Scope or the Present Validation Station activities. |
Keyword Based Classifier | Incorporates a keyword-based document classification algorithm, targeting classification for files that have repeatable titles. Classifies a document based on a given training set, found in a specified file, if used inside the Classify Document Scope activity. Enhances the training set to be used for classification, by writing learning data in a specified file, if used inside the Train Classifiers and Extractors scope activity. This activity can only be used inside one of the Classify Document Scope and Train Classifiers and Extractors activities. |
FlexiCapture 分類子 (FlexiCapture Classifier) | Enables you to classify a given document based on a set of FlexiCapture definition files or a FlexiCapture classifier file. Can only be used inside a Classify Document Scope activity. To configure this activity properly, use the Configure Classifiers wizard in the Classify Document Scope activity to map all document definition names to the corresponding document types defined in the Taxonomy. |
Train Classifiers Scope | トレーニングの対象となる分類子または抽出のアクティビティのスコープを提供します。このアクティビティの本文に、対象となるアクティビティを手動でドラッグ&ドロップする必要があります。 |
Train Extractors Scope | トレーニングの対象となる分類子または抽出のアクティビティのスコープを提供します。このアクティビティの本文に、対象となるアクティビティを手動でドラッグ&ドロップする必要があります。 |
タクソノミーマネージャー | タクソノミーをロード (Load Taxonomy) アクティビティを使ってタクソノミーファイルを.NET データ型に変換して、ドキュメント分類スコープ (Classify Document Scope)、分類子と抽出子をトレーニング (Train Classifiers And Extractors)、検証ステーションを提示 (Present Validation Station) などのアクティビティの入力値として渡すことで、このタクソノミーファイルを使用できます。 |