LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)
LEAD Technologies, Inc

LoadZonesAsync(IStorageFile) Method






The Windows Runtime storage file object containing the zones to load.
Load zones from a single-page zones Windows Runtime StorageFile object. .NET support WinRT support
Syntax
IAsyncAction LoadZonesAsync( 
   IStorageFile file
)
'Declaration
 
Overloads Function LoadZonesAsync( _
   ByVal file As IStorageFile _
) As IAsyncAction
'Usage
 
Dim instance As IOcrPage
Dim file As IStorageFile
Dim value As IAsyncAction
 
value = instance.LoadZonesAsync(file)
IAsyncAction LoadZonesAsync( 
   IStorageFile file
)
function Leadtools.Forms.Ocr.IOcrPage.LoadZonesAsync(IStorageFile)( 
   file 
)
IAsyncAction^ LoadZonesAsync( 
   IStorageFile^ file
) 

Parameters

file
The Windows Runtime storage file object containing the zones to load.

Return Value

The IAsyncAction object for this operation.
Remarks

To save and load the zones of OCR pages, you can use one of these methods:

Note on loading zones from a multi-page zone file: If the file does not contain zones data with the correct page number, the engine will not load any zones for this page. After the method returns, any OCR page that did not have zones data will contain zero zones (the Zones property conatins 0 items). You can then use IOcrPage.AutoZone if required to re-zone this page.

Use this method to load the zones previously saved into a disk file with the SaveZonesAsync(file) method. This method will load the zones in the first page found in the file. To load the zones of a particular page, use LoadZones(fileName, pageNumber).

The zones of this page will first be cleared prior to loading the new items.

After this method finishes, you can access the loaded zones in the Zones property.

Saving zones to an external file could be useful when you are processing forms. For example, you can load one of the forms and automatically find the zones inside it using AutoZone, if the automatic zone detection was not 100 percent satisfactory, you can update the zones in the Zones collection manually and then save the result with SaveZonesAsync(file). Once the zones are saved. You can now process all similar forms in the following manner:

Example
For an example, refer to AutoZone.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IOcrPage Interface
IOcrPage Members
Overload List
IOcrPage.LoadZonesAsync(file)
IOcrPage.LoadZonesAsync(file, pageNumber)
IOcrDocument.LoadZonesAsync(file)
IOcrPage.SaveZonesAsync(file)
IOcrPage.SaveZonesAsync(file, pageNumber)
IOcrDocument.SaveZonesAsync(file)
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Recognize Method
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

LoadZonesAsync(IStorageFile) requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features