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 Leadtools.Forms.Ocr.OcrProgressCallback _
)
void AutoZone(
Leadtools.Forms.Ocr.OcrProgressCallback callback
)
- (BOOL)autoZonePages:(nullable LTOcrProgressHandler)progressHandler
error:(NSError **)error
public void autoZone(OcrProgressListener callback)
function Leadtools.Forms.Ocr.IOcrPageCollection.AutoZone(
callback
)
void AutoZone(
Leadtools.Forms.Ocr.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.
For an example, refer to IOcrPageCollection.
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