LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

OcrCharacterPosition Enumeration

Show in webframe







Recognition character data position information.
Syntax
'Declaration
 
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCharacterPosition 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrCharacterPosition
enum LTOcrCharacterPosition
public enum OcrCharacterPosition
Leadtools.Forms.Ocr.OcrCharacterPosition = function() { };
Leadtools.Forms.Ocr.OcrCharacterPosition.prototype = {
None = 0x00000000, EndOfLine = 0x00000001, EndOfParagraph = 0x00000002, EndOfWord = 0x00000004, EndOfZone = 0x00000008, EndOfPage = 0x00000010, EndOfCell = 0x00000020, };
[FlagsAttribute()]
[SerializableAttribute()]
public enum class OcrCharacterPosition : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNone
0x00000001EndOfLineThis is the last character in a line
0x00000002EndOfParagraphThis is the last character in a paragraph
0x00000004EndOfWordThis is the last character of a word
0x00000008EndOfZoneThis is the last character in a zone
0x00000010EndOfPageThis is the last character on a page
0x00000020EndOfCellThis is the last character in a cell. (applicable only for OcrZoneType.Table type zones)
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).

Example
For an example, refer to IOcrPage.GetRecognizedCharacters.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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