←Select platform

SaveZonesAsync Method (IOcrDocument)

Summary

Saves zones to a multi-page zones Windows Runtime StorageFile object.

Syntax

C#
VB
WinRT C#
C++
IAsyncAction SaveZonesAsync(  
   IStorageFile file 
) 
Function SaveZonesAsync( _ 
   ByVal file As IStorageFile _ 
) As IAsyncAction 
IAsyncAction SaveZonesAsync(  
   IStorageFile file 
) 
function Leadtools.Forms.Ocr.IOcrDocument.SaveZonesAsync(  
   file  
) 
IAsyncAction^ SaveZonesAsync(  
   IStorageFile^ file 
)  

Parameters

file
The Windows Runtime storage file object to save the zones data to.

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 IOcrPage.Zones property contains 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 multi-page zones disk file with the IOcrDocument.SaveZones(filename) method.

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 IOcrPage.Zones property.

Saving zones to an external file or a stream 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 IOcrPage.Zones collection manually and then save the result with IOcrDocument.SaveZonesAsync(file). Once the zones are saved. You can now process all similar forms in the following manner:

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly