Leadtools.Services.Forms.DataContracts Namespace : OcrZoneType Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZoneType")] public enum OcrZoneType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZoneType")> Public Enum OcrZoneType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrZoneType
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZoneType")] public enum OcrZoneType : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.Forms.DataContracts.OcrZoneType = function() { }; Leadtools.Services.Forms.DataContracts.OcrZoneType.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="OcrZoneType")] public enum class OcrZoneType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AutoGraphic | Zone containing graphics (sure). |
Caption | Caption type zone. |
Column | Column type zone. |
Footer | Footer type zone. |
Graphic | Zone containing graphics (Not sure). |
Header | Header type zone. |
LeftRotatedText | Left rotated text (90 degrees counter clockwise). For Latin, Greek and Cyrillic characters only. |
Other | Other zone type. |
RightRotatedText | Right rotated text (90 degrees clockwise). For Latin, Greek and Cyrillic characters only. |
Table | Table type zone. |
Text | Flowing text type zone. |
Title | Title type zone. |
VerticalText | Vertical characters. For Asian characters only. |
The OcrZoneType is used to classify the zone into one of the three basic zone-categories: flowing text, table or graphics. For these, use OcrZoneType.Text, OcrZoneType.Table, and OcrZoneType.Graphic respectively.
For flowing text, any of the following text types can appear instead of OcrZoneType.Text: OcrZoneType.Column, OcrZoneType.Header, OcrZoneType.Footer, OcrZoneType.Caption, OcrZoneType.Title, OcrZoneType.VerticalText, OcrZoneType.LeftRotatedText, OcrZoneType.RightRotatedText or OcrZoneType.Other.
One of these values is typically created by the page-layout decomposition (auto-zoning) process of the page, however they have the same meaning for the recognition algorithms: the zone contains flowing text.
The OcrZoneType.Table type is for table-type zones. In this type of zone is specified, 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 OcrZoneType.Graphic type. If OcrZoneType.Graphic is specified, no recognition will be run on the zone and all other recognition related settings will be ignored. The related OcrZoneType.AutoGraphic type can appear as the result of the page-layout decomposition (auto-zoning) process, and also signifies a graphic zone. The difference is, OcrZoneType.Graphic is the type that you as the user set in the zone to denote a graphic zone that contain no text, OcrZoneType.AutoGraphic is the type set by the engine during auto-zoning.
System.Object
System.ValueType
System.Enum
Leadtools.Services.Forms.DataContracts.OcrZoneType
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