←Select platform

AutoRecognizeManager Property

Summary
Support for one shot "fire and forget" OCR operations.
Syntax
C#
VB
Objective-C
C++
Java
public IOcrAutoRecognizeManager AutoRecognizeManager { get; } 
ReadOnly Property AutoRecognizeManager As IOcrAutoRecognizeManager 
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeManager *autoRecognizeManager 
public OcrAutoRecognizeManager getAutoRecognizeManager() 
property IOcrAutoRecognizeManager^ AutoRecognizeManager { 
   IOcrAutoRecognizeManager^ get(); 
} 

Property Value

The IOcrAutoRecognizeManager that allow you to do one shot "fire and forget" OCR operations.

Remarks

The AutoRecognizeManager provides methods to convert a single or multipage image file to an OCR'ed document using one call. This could be desired when the default setting of the engine provides the required final document and no fine tuning is required.

The AutoRecognizeManager also provide support for callbacks to monitor the various OCR operations, logging and tracing as well as allowing the user to abort at any time.

For more information, refer to IOcrDocumentManager.

You must call the Startup method before you can use the AutoRecognizeManager.

Example

For an example, refer to IOcrAutoRecognizeManager.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.