LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AutoRecognizeManager Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrEngine Interface : AutoRecognizeManager Property



The AutoRecognizeManager Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Support for one shot "fire and forget" OCR operations.

Syntax

Visual Basic (Declaration) 
ReadOnly Property AutoRecognizeManager As IOcrAutoRecognizeManager
Visual Basic (Usage)Copy Code
Dim instance As IOcrEngine
Dim value As IOcrAutoRecognizeManager
 
value = instance.AutoRecognizeManager
C# 
IOcrAutoRecognizeManager AutoRecognizeManager {get;}
C++/CLI 
property IOcrAutoRecognizeManager^ AutoRecognizeManager {
   IOcrAutoRecognizeManager^ get();
}

Property Value

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

Example

For an example, refer to IOcrAutoRecognizeManager.

Remarks

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 a callback to monitor the various OCR operations and allow 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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

AutoRecognizeManager requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features