Gets a list of the auto-preprocess commands to perform on each document page prior to recognition.
public IList<OcrAutoPreprocessPageCommand> PreprocessPageCommands { get; }
ReadOnly Property PreprocessPageCommands As IList(Of OcrAutoPreprocessPageCommand)
@property (nonatomic, strong, readonly) NSMutableArray<NSNumber *> *preprocessPageCommands
public List<OcrAutoPreprocessPageCommand> getPreprocessPageCommands()
property IList<OcrAutoPreprocessPageCommand>^ PreprocessPageCommands {
IList<OcrAutoPreprocessPageCommand>^ get();
}
A list of OcrAutoPreprocessPageCommand commands to perform on each document page prior to recognition. Default value is an array of on item (OcrAutoPreprocessPageCommand.Deskew).
The IOcrAutoRecognizeManager interface also has the following options to use with the Run, RunJob and RunJobAsync methods:
Option | Description |
---|---|
IOcrAutoRecognizeManager.MaximumPagesBeforeLtd |
Used to add support for converting a document with unlimited number of pages. An OCR recognition operation on a document that contains a large amount of pages (10 and more) might result in an out of memory error. All of the LEADTOOLS OCR engines supports saving the intermediate recognition results to a temporary LTD file (DocumentFormat.LTD). The result of subsequent pages will be appended to this temporary file. When all the pages of the document have been recognized, the engine will convert the temporary LTD file to the desired output format. The IOcrAutoRecognizeManager.MaximumPagesBeforeLtd property defines the maximum number of pages processed as a whole. For example, if the original document has 20 pages and the value of this property is 8, the engine will recognize the first 8 pages and saves the result to a temporary file, recognizes the second 8 pages and append the results, and finally, recognize the last 4 pages and convert the temporary document to the final format. |
IOcrAutoRecognizeManager.PreprocessPageCommands |
Holds an array of OcrAutoPreprocessPageCommand items to control what auto-preprocess operation to perform on each page document prior to recognition. |
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