LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrCharacterPosition Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrCharacterPosition Enumeration



The OcrCharacterPosition Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Recognition character data position information.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCharacterPosition 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OcrCharacterPosition
C# 
[FlagsAttribute()]
[SerializableAttribute()]
public enum OcrCharacterPosition : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
[SerializableAttribute()]
public enum class OcrCharacterPosition : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
EndOfCellThis is the last character in a cell. (applicable only for OcrZoneType.Table type zones)
EndOfLineThis is the last character in a line
EndOfPageThis is the last character on a page
EndOfParagraphThis is the last character in a paragraph
EndOfWordThis is the last character of a word
EndOfZoneThis is the last character in a zone
NoneNone

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Remarks

Since the recognition character data does not contain extra characters for marking the ends of lines, paragraphs, pages, etc, these pieces of information are stored for the particular characters in the OcrCharacter.Position property.

The values of OcrCharacterPosition can be combined together (OR-ed).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrCharacterPosition

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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