- fileName
- The name of the file to save the zones to.
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- fileName
- The name of the file to save the zones to.
Use the LoadZones method to load the zones saved to a disk file.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family