Leadtools.Forms.Ocr Namespace > IOcrPageCollection Interface > AutoZone Method : AutoZone(OcrProgressCallback) Method |
void AutoZone( OcrProgressCallback callback )
'Declaration Overloads Sub AutoZone( _ ByVal callback As OcrProgressCallback _ )
'Usage Dim instance As IOcrPageCollection Dim callback As OcrProgressCallback instance.AutoZone(callback)
void AutoZone( OcrProgressCallback callback )
- (BOOL)autoZone:(id)target selector:(SEL)selector error:(NSError**)outError;
public void autoZone(OcrProgressListener callback)
function Leadtools.Forms.Ocr.IOcrPageCollection.AutoZone(OcrProgressCallback)( 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.
To perform auto decomposition to a range of pages in the OCR document use AutoZone(OcrZoneParser zoneParser, OcrZoneFillMethod fillMethod, LogicalUnit zonesUnit, int firstPageIndex, int lastPageIndex, OcrProgressCallback callback).