Support for one shot "fire and forget" OCR operations.
public IOcrAutoRecognizeManager AutoRecognizeManager { get; }
ReadOnly Property AutoRecognizeManager As IOcrAutoRecognizeManager
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeManager *autoRecognizeManager
public OcrAutoRecognizeManager getAutoRecognizeManager()
property IOcrAutoRecognizeManager^ AutoRecognizeManager {
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 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document