- 概要
- 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
インテリジェント キーワード分類器とは
The Intelligent Keyword Classifier is a classifier that uses the word vector it learns from files of certain document types to perform document classification.
このアルゴリズムは、同じドキュメントの種類に対してコンテンツを繰り返すという概念を基に構築されており、ドキュメントの種類にはそれらのドキュメントの種類で通常発生する一連の単語があることを前提としています。これにより、ベクトル類似度の計算が可能になっています。
ファイルをドキュメントの種類に分類する際、インテリジェント キーワード分類器は以下を行います。
- ファイルが最も類似する単語ベクトルを検索します。
- 最もスコアが高いドキュメントの種類と、元になる主な一致単語を報告します。
インテリジェント キーワード分類器 にはファイル分割機能もあるため、特定のファイルの別個のページ範囲に対して複数のクラスを報告できます。
使用すべきタイミング
以下の場合、この分類器の使用を検討する必要があります。
- 単一ファイルに 1 つ以上のドキュメントの種類が含まれる場合
- コンテンツに関する限り、ドキュメントの種類を比較的容易に区別できる場合
特別な要件
この分類器を使用するには、Automation Cloud Document Understanding の API キーを使用するか、オンプレミスの AI Center でインテリジェント キーワード分類器の独自インスタンスをホストする必要があります。
トレーニング方法
[インテリジェント キーワード分類器トレーナー] アクティビティを [分類器トレーニング スコープ] 内に配置して、適宜設定します。
We cannot enforce training file consistency across parallel trainings at the activity level. Two possible solutions for this issue are provided by Document Understanding Process. Both consist of traffic control:
- ファイルをロックする (プロセス内で既定で実行): 拡張子
.lockを使用してファイル名を変更し、ファイルを修正後に保存します。次に、再度ファイル名を変更し、拡張子.lockを削除します。 - 特殊キューを手動で設定する: Orchestrator 内に空のキューを作成し、プロジェクトの 2 つのアクティビティを統合します。
For more information on how to train a Classifier, check this page that describes the process of using the Manage Learning wizard.
詳しく読む
Learn more about Intelligent Keyword Classifier, by following this link.