activities
latest
false
- 概要
- Document Processing Contracts
- リリース ノート
- Document Processing Contracts について
- Box クラス
- IPersistedActivity インターフェイス
- PrettyBoxConverter クラス
- IClassifierActivity インターフェイス
- IClassifierCapabilitiesProvider インターフェイス
- ClassifierDocumentType クラス
- ClassifierResult クラス
- ClassifierCodeActivity クラス
- ClassifierNativeActivity クラス
- ClassifierAsyncCodeActivity クラス
- ClassifierDocumentTypeCapability クラス
- ExtractorAsyncCodeActivity クラス
- ExtractorCodeActivity クラス
- ExtractorDocumentType クラス
- ExtractorDocumentTypeCapabilities クラス
- ExtractorFieldCapability クラス
- ExtractorNativeActivity クラス
- ExtractorResult クラス
- ICapabilitiesProvider インターフェイス
- IExtractorActivity インターフェイス
- ExtractorPayload クラス
- DocumentActionPriority 列挙型
- DocumentActionData クラス
- DocumentActionStatus 列挙型
- DocumentActionType 列挙型
- DocumentClassificationActionData クラス
- DocumentValidationActionData クラス
- UserData クラス
- Document クラス
- DocumentSplittingResult クラス
- DomExtensions クラス
- Page クラス
- PageSection クラス
- Polygon クラス
- PolygonConverter クラス
- Metadata クラス
- WordGroup クラス
- Word クラス
- ProcessingSource 列挙型
- ResultsTableCell クラス
- ResultsTableValue クラス
- ResultsTableColumnInfo クラス
- ResultsTable クラス
- Rotation 列挙型
- SectionType 列挙型
- WordGroupType 列挙型
- IDocumentTextProjection インターフェイス
- ClassificationResult クラス
- ExtractionResult クラス
- ResultsDocument クラス
- ResultsDocumentBounds クラス
- ResultsDataPoint クラス
- ResultsValue クラス
- ResultsContentReference クラス
- ResultsValueTokens クラス
- ResultsDerivedField クラス
- ResultsDataSource 列挙型
- ResultConstants クラス
- SimpleFieldValue クラス
- TableFieldValue クラス
- DocumentGroup クラス
- DocumentTaxonomy クラス
- DocumentType クラス
- Field クラス
- FieldType 列挙型
- LanguageInfo クラス
- MetadataEntry クラス
- TextType 列挙型
- TypeField クラス
- ITrackingActivity インターフェイス
- ITrainableActivity インターフェイス
- ITrainableClassifierActivity インターフェイス
- ITrainableExtractorActivity インターフェイス
- TrainableClassifierAsyncCodeActivity クラス
- TrainableClassifierCodeActivity クラス
- TrainableClassifierNativeActivity クラス
- TrainableExtractorAsyncCodeActivity クラス
- TrainableExtractorCodeActivity クラス
- TrainableExtractorNativeActivity クラス
- Document Understanding Digitizer
- Document Understanding ML
- Document Understanding OCR ローカル サーバー
- Document Understanding
- IntelligentOCR
- リリース ノート
- IntelligentOCR アクティビティ パッケージについて
- プロジェクトの対応 OS
- 認証を構成する
- タクソノミーを読み込み
- ドキュメントをデジタル化
- ドキュメント分類スコープ
- キーワード ベースの分類器
- Document Understanding プロジェクト分類器
- インテリジェント キーワード分類器
- ドキュメント分類アクションを作成
- ドキュメント分類アクション完了まで待機し再開
- 分類器トレーニング スコープ
- キーワード ベースの分類器トレーナー
- インテリジェント キーワード分類器トレーナー
- データ抽出スコープ
- Document Understanding プロジェクト抽出器
- 正規表現ベースの抽出器
- フォーム抽出器
- インテリジェント フォーム抽出器
- 検証ステーションを提示
- ドキュメント検証アクションを作成
- ドキュメント検証アクション完了まで待機し再開
- 抽出器トレーニング スコープ
- 抽出結果をエクスポート
- ML サービス
- OCR
- OCR Contracts
- リリース ノート
- OCR コントラクトについて
- プロジェクトの対応 OS
- IOCRActivity インターフェイス
- OCRAsyncCodeActivity クラス
- OCRCodeActivity クラス
- OCRNativeActivity クラス
- Character クラス
- OCRResult クラス
- Word クラス
- FontStyles 列挙型
- OCRRotation 列挙型
- OCRCapabilities クラス
- OCRScrapeBase クラス
- OCRScrapeFactory クラス
- ScrapeControlBase クラス
- ScrapeEngineUsages 列挙型
- ScrapeEngineBase
- ScrapeEngineFactory クラス
- ScrapeEngineProvider クラス
- OmniPage
- PDF
- [リストから削除済] ABBYY
- [リストから削除済] ABBYY Embedded
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
Document Understanding アクティビティ
Last updated 2024年10月29日
OCRScrapeBase クラス
コンストラクター
OCRScrapeBase(UiPath.OCR.Contracts.Activities.IOCRActivity)
- OCR スクレイピング エンジンの新しいインスタンスを初期化します。 コンストラクター引数は、IOCRActivity
を実装するアクティビティです。
メソッド
CreateOcrEngineActivity(System.Activities.InArgument<System.Drawing.Image>)
- 指定した画像が InArgument として設定された新しい OCR アクティビティ オブジェクトを返します。GetScrapeArguments()
System.Collections.Generic.Dictionary<string, object>
- スクレイピング コントロールからすべてのUiPath.OCR.Contracts.Activities.IOCRActivity
引数を収集します。 これらの引数は、UiPath.OCR.Contracts.Activities.IOCRActivity
,PerformOCR
メソッドを実行するため、およびワークフローで使用するアクティビティの作成時にアクティビティの引数を埋めるために使用されます。GetScrapeControl()
- 画面に表示されるコントロールを取得します。GetScrapeControl(UiPath.OCR.Contracts.Scrape.ScrapeEngineUsages)
- この OCR エンジンの設定に使用できる UserControl を返します。OCRScrapeBase(UiPath.OCR.Contracts.Activities.IOCRActivity)
- アクティビティ コンストラクターScrapeOCRAsync(System.Drawing.Bitmap)
- 指定した画像に対して OCR を非同期的に実行します。ScrapeOCRAsync(System.Drawing.Bitmap, UiPath.OCR.Contracts.Scrape.ScrapeEngineUsages, System.Threading.CancellationToken)
- 指定した画像に対して OCR を非同期的に実行します。キャンセル可能です。呼び出し元は、画面モードとドキュメント モードのどちらで OCR を実行するかを指定できます。
プロパティ
Name
- この OCR に指定された名前をカスタムで表示します。この名前は、特定のドロップダウン コントロールに表示されます。Priority
- この OCR にカスタム優先度が指定されます。値が小さいほど、優先度が高くなります。これにより、特定のドロップダウン コントロールでの OCR エンジンの順序が決まります。
internal class SampleOCRScrape : OCRScrapeBase
{
private readonly ScrapeEngineUsages _usage;
private readonly SampleScrapeControl _sampleScrapeControl = new SampleScrapeControl();
public override ScrapeEngineUsages Usage { get; } = ScrapeEngineUsages.Document | ScrapeEngineUsages.Screen;
public SampleOCRScrape(IOCRActivity ocrEngineActivity, ScrapeEngineUsages usage) : base(ocrEngineActivity)
{
_usage = usage;
}
public override ScrapeControlBase GetScrapeControl()
{
return _sampleScrapeControl;
}
public override Dictionary<string, object> GetScrapeArguments()
{
return new Dictionary<string, object>
{
{ nameof(SampleOCRAsyncCodeActivity.CustomInput), _sampleScrapeControl.SampleInput }
};
}
}
internal class SampleOCRScrape : OCRScrapeBase
{
private readonly ScrapeEngineUsages _usage;
private readonly SampleScrapeControl _sampleScrapeControl = new SampleScrapeControl();
public override ScrapeEngineUsages Usage { get; } = ScrapeEngineUsages.Document | ScrapeEngineUsages.Screen;
public SampleOCRScrape(IOCRActivity ocrEngineActivity, ScrapeEngineUsages usage) : base(ocrEngineActivity)
{
_usage = usage;
}
public override ScrapeControlBase GetScrapeControl()
{
return _sampleScrapeControl;
}
public override Dictionary<string, object> GetScrapeArguments()
{
return new Dictionary<string, object>
{
{ nameof(SampleOCRAsyncCodeActivity.CustomInput), _sampleScrapeControl.SampleInput }
};
}
}