Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : AutoRecognizeManager Property |
IOcrAutoRecognizeManager AutoRecognizeManager {get;}
'Declaration
ReadOnly Property AutoRecognizeManager As IOcrAutoRecognizeManager
'Usage
Dim instance As IOcrEngine Dim value As IOcrAutoRecognizeManager value = instance.AutoRecognizeManager
IOcrAutoRecognizeManager AutoRecognizeManager {get;}
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeManager *autoRecognizeManager
public OcrAutoRecognizeManager getAutoRecognizeManager()
get_AutoRecognizeManager();
property IOcrAutoRecognizeManager^ AutoRecognizeManager { IOcrAutoRecognizeManager^ get(); }
The AutoRecognizeManager provides methods to convert a single or multi-page 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.