Recognition character data position information.
[SerializableAttribute()]
[FlagsAttribute()]
public enum OcrCharacterPosition
<FlagsAttribute()>
<SerializableAttribute()>
Public Enum OcrCharacterPosition
typedef NS_OPTIONS(NSUInteger, LTOcrCharacterPosition)
public enum OcrCharacterPosition
[FlagsAttribute()]
[SerializableAttribute()]
public enum class OcrCharacterPosition
Value | Member | Description |
---|---|---|
0x00000000 | None | None |
0x00000001 | EndOfLine | This is the last character in a line |
0x00000002 | EndOfParagraph | This is the last character in a paragraph |
0x00000004 | EndOfWord | This is the last character of a word |
0x00000008 | EndOfZone | This is the last character in a zone |
0x00000010 | EndOfPage | This is the last character on a page |
0x00000020 | EndOfCell | This is the last character in a cell. (applicable only for OcrZoneType.Table type zones) |
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).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document