Support for one shot "fire and forget" OCR operations.
public IOcrAutoRecognizeManager AutoRecognizeManager { get; }
ReadOnly Property AutoRecognizeManager As Leadtools.Forms.Ocr.IOcrAutoRecognizeManager
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeManager *autoRecognizeManager
public OcrAutoRecognizeManager getAutoRecognizeManager()
property Leadtools.Forms.Ocr.IOcrAutoRecognizeManager^ AutoRecognizeManager {
Leadtools.Forms.Ocr.IOcrAutoRecognizeManager^ get();
}
The IOcrAutoRecognizeManager that allow you to do one shot "fire and forget" OCR operations.
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.
For an example, refer to IOcrAutoRecognizeManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET