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

SaveZones(String,Int32) Method






The name of the file to save the zones to. The file must exist and must contain a valid multi-page zones file.
The 1-based page number of the zones in the file to replace (or append). If the zones file conatin zones for page 'pageNumber', then this method will replace these zones with the zones of the current IOcrPage. If the file does not contain zones for page 'pageNumber', then this method will append these zones at the end of the file.
Saves the zones of this IOcrPage to a multi-page zones disk file. .NET support
Syntax
void SaveZones( 
   string fileName,
   int pageNumber
)
'Declaration
 
Overloads Sub SaveZones( _
   ByVal fileName As String, _
   ByVal pageNumber As Integer _
) 
'Usage
 
Dim instance As IOcrPage
Dim fileName As String
Dim pageNumber As Integer
 
instance.SaveZones(fileName, pageNumber)
void SaveZones( 
   string fileName,
   int pageNumber
)
function Leadtools.Forms.Ocr.IOcrPage.SaveZones(String,Int32)( 
   fileName ,
   pageNumber 
)
void SaveZones( 
   String^ fileName,
   int pageNumber
) 

Parameters

fileName
The name of the file to save the zones to. The file must exist and must contain a valid multi-page zones file.
pageNumber
The 1-based page number of the zones in the file to replace (or append). If the zones file conatin zones for page 'pageNumber', then this method will replace these zones with the zones of the current IOcrPage. If the file does not contain zones for page 'pageNumber', then this method will append these zones at the end of the file.
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 the SaveZones(fileName) method to save zones to a single-page zones file name.

To load and save the zones to a .NET stream, use LoadZones(stream) and SaveZones(stream).

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 Zones collection manually and then save the result with SaveZones(fileName). 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.LoadZones(fileName)
IOcrPage.LoadZones(fileName, pageNumber)
IOcrDocument.LoadZones(fileName)
IOcrPage.LoadZones(Stream)
IOcrPage.LoadZones(Stream, pageNumber)
IOcrDocument.LoadZones(Stream)
IOcrPage.SaveZones(fileName)
IOcrPage.SaveZones(stream)
IOcrPage.SaveZones(stream, pageNumber)
IOcrDocument.SaveZones(fileName)
IOcrDocument.SaveZones(Stream)
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.

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