Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

AutoZone Method (IOcrPageCollection)








Optional callback to show operation progress.
Performs auto decomposition of all the pages in the OCR document to find the text and graphics zones using predefined parameters
Syntax
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
) 

Parameters

callback
Optional callback to show operation progress.
Remarks

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.

Example
For an example, refer to IOcrPageCollection.
Requirements

Target Platforms

See Also

Reference

IOcrPageCollection Interface
IOcrPageCollection Members
IOcrPage.AutoZone
Recognize
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features