Performs auto decomposition of all the pages in the OCR document to find the text and graphics zones using predefined parameters
public void AutoZone(
OcrProgressCallback callback
)
Sub AutoZone( _
ByVal callback As OcrProgressCallback _
)
- (BOOL)autoZonePages:(nullable LTOcrProgressHandler)progressHandler
error:(NSError **)error
public void autoZone(OcrProgressListener callback)
void AutoZone(
OcrProgressCallback^ callback
)
callback
Optional callback to show operation progress.
For more information on auto zoning and decomposition, refer to IOcrPage.AutoZone.
This method will iterate through all the pages in this OCR document and run IOcrPage.AutoZone on each page.
You can use the OcrProgressCallback to show the operation progress or to abort it. For more information and an example, refer to OcrProgressCallback.
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