Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LoadZones(String) Method
See Also 
Leadtools.Forms.Ocr Namespace > IOcrPage Interface > LoadZones Method : LoadZones(String) Method



fileName
The name of the file containing the zones to load.
fileName
The name of the file containing the zones to load.
Loads the zones previously saved into a disk file.

Syntax

Visual Basic (Declaration) 
Overloads Overridable Sub LoadZones( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IOcrPage
Dim fileName As String
 
instance.LoadZones(fileName)
C# 
virtual void LoadZones( 
   string fileName
)
C++/CLI 
virtual void LoadZones( 
   String^ fileName
) 

Parameters

fileName
The name of the file containing the zones to load.

Example

For an example, refer to AutoZone.

Remarks

Use this method to load the zones previously saved into a disk file with the SaveZones 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 Zones property.

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

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. Once the zones are saved. You can now process all similar forms in the following manner:

  • Add the form page or pages to an OCR document using the Pages collection of IOcrDocument.
  • Load the zones previously saved for each page using LoadZones.
  • Skip calling AutoZone and directly call IOcrPage.Recognize or RecognizeText. This will also speed up the recognition process considerably.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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