- 概要
- Document Understanding Process
- Document Understanding Process: Studio のテンプレート
- クイックスタート チュートリアル
- フレームワーク コンポーネント
- 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
Document Understanding Process は、ドキュメント処理フローチャートに基づいた非常に機能的な UiPath Studio プロジェクト テンプレートです。簡単なデモまたは大規模な実装を開始する開発者向けに、使いやすく実行しやすい Document Understanding ツールを提供することを目的としています。
このプロセスでは、ログ、例外処理、リトライのメカニズムのほか、Document Understanding ワークフローですぐに使えるあらゆるメソッドを提供します。
The Document Understanding Process template has been upgraded to .NET5 core. This change implies having the .NET5 installed on your machine if the package is run within a non-Windows legacy workflow.
Document Understanding Process は、タクソノミーの一連の基本的な種類のドキュメント、これらのクラスを区別するように設定された分類器、およびフレームワークのデータ抽出機能の使用方法を示す抽出器で事前設定されています。各コンポーネントの設定方法を示しながら、ユーザーのニーズに応えることのできるベスト プラクティスの例として使用することを意図しています。
ワークフローには、接続された他のオートメーションとは切り離されたアーキテクチャがあります。
- 処理するファイルがどこから取得されようと、何が実行をトリガーしようと関係ありありません。それは、アップストリーム プロセスで行われることです。
- 抽出された情報がどこで使用されようと関係ありません。それは、ダウンストリーム プロセスで行われることです。
アーキテクチャは、Document Understanding を実行し、Action Center を使用して人間参加型の検証を行う、Attended ロボットと Unattended ロボットの両方に共通です。
アイテムは一括処理されるわけではありません。入力ファイルごとに 1 つのジョブがあります。毎回ディスパッチャーが必要になりますが、この柔軟なアプローチにより Document Understanding プロセスを容易に開始、開発、デバッグ、拡大縮小することができます。
このプロセスでは、Visual Basic のプロジェクトをサポートしています。
Document Understanding Process の既定の依存関係は、UiPath.DocumentUnderstanding.ML.Activities、UiPath.Excel.Activities、UiPath.IntelligentOCR.Activities、UiPath.PDF.Activities、UiPath.System.Activities、および UiPath.UIAutomation.Activities です。
プロセスにアクセスする方法
Document Understanding Process is compatible with Studio version 21.4.4 or higher. For previous Studio versions, you can download the NuGet package from here.
Document Understanding Process テンプレートは、オフィシャル テンプレート フィードにあります。[テンプレート] タブに移動し、[Document Understanding Process] カードをクリックします。
[テンプレートを使用] をクリックします。
プロセスの [名前] を入力し、PC の [場所] を選択します。[作成] をクリックして、プロセスを開きます。
ユーザー ガイド
プロセスには、詳細なドキュメントが付属しており、プロジェクト フォルダーにあります。Document Understanding ソリューションに習熟している場合でも、同梱の ユーザー ガイド をお読みになることをお勧めします。
プロジェクトに貢献する
プル要求を作成するか 、リポジトリで Issue を作成して、プロジェクトに直接貢献することができます。新しいブランチを作成する場合は、 README.md ファイルの命名規則に留意してください。