Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

ZoneType Property (NativeOcrZone)








Gets or sets the zone type.
Syntax
public NativeOcrZoneType ZoneType {get; set;}
'Declaration
 
Public Property ZoneType As NativeOcrZoneType
'Usage
 
Dim instance As NativeOcrZone
Dim value As NativeOcrZoneType
 
instance.ZoneType = value
 
value = instance.ZoneType
public NativeOcrZoneType ZoneType {get; set;}
public NativeOcrZoneType getZoneType()
public void setZoneType(NativeOcrZoneType value)
             
 <br/>get_ZoneType();<br/>set_ZoneType(value);<br/>Object.defineProperty('ZoneType'); 
public:
property NativeOcrZoneType ZoneType {
   NativeOcrZoneType get();
   void set (    NativeOcrZoneType value);
}

Property Value

An NativeOcrZoneType enumeration member that specifies the zone type.
Remarks

The ZoneType property is used to classify the zone into one of the three basic zone-categories: flowed text, table or graphics. To set this, use NativeOcrZoneType.Text, NativeOcrZoneType.Table and NativeOcrZoneType.Graphic, respectively.

For flowed text, any of the following text types can appear instead of NativeOcrZoneType.Text:

One of these values is typically created by the page-layout decomposition (auto-zoning) process, however they have the same meaning for the recognition algorithms: the zone contains flowed text.

The NativeOcrZoneType.Table type is for table-type zones. In the case of this type of zone, the OCR engine will try to reconstruct the original table text layout of the zone in the final output document.

For graphic zones use the NativeOcrZoneType.Graphic type. If NativeOcrZoneType.Graphic is specified, no recognition will run on the zone and all other recognition related settings will be ignored.

For horizontal text recognition you can set the NativeOcrZoneType to NativeOcrZoneType.Text.

The related NativeOcrZoneType.AutoGraphic type can appear as the result of the page-layout decomposition (auto-zoning) process, and also signifies a graphic zone.

Example
For an example, refer to IOcrPage.AutoZone.
Requirements

Target Platforms

See Also

Reference

NativeOcrZone Structure
NativeOcrZone Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneFillMethod Enumeration
NativeOcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features