Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrPageCollection Interface : AutoZone Method |
void AutoZone( OcrProgressCallback callback )
'Declaration
Sub AutoZone( _ ByVal callback As OcrProgressCallback _ )
'Usage
Dim instance As IOcrPageCollection Dim callback As OcrProgressCallback instance.AutoZone(callback)
void AutoZone( OcrProgressCallback callback )
- (BOOL)autoZonePages:(nullable LTOcrProgressHandler)progressHandler error:(NSError **)error
public void autoZone(OcrProgressListener callback)
function Leadtools.Forms.Ocr.IOcrPageCollection.AutoZone( callback )
void AutoZone( OcrProgressCallback^ callback )
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.