Allows you to create new OCR documents that are used to create final documents such as PDF or Microsoft Word from the recognition results.
public IOcrDocumentManager DocumentManager { get; }
ReadOnly Property DocumentManager As Leadtools.Forms.Ocr.IOcrDocumentManager
Leadtools.Forms.Ocr.IOcrDocumentManager DocumentManager {get;}
@property (nonatomic, strong, readonly) LTOcrDocumentManager *documentManager
public OcrDocumentManager getDocumentManager()
get_DocumentManager();
property Leadtools.Forms.Ocr.IOcrDocumentManager^ DocumentManager {
Leadtools.Forms.Ocr.IOcrDocumentManager^ get();
}
The instance of the IOcrDocumentManager object that allow you to create final documents such as PDF or Microsoft Word from the recognition results.
The DocumentManager allows you to do the following:
For more information, refer to IOcrDocumentManager.
You must call the Startup method before you can use the DocumentManager.
For an example, refer to IOcrDocumentManager.
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