Gets or sets the first index of word value in the IOcrZoneCharacters.
public int FirstCharacterIndex { get; set; }
Public Property FirstCharacterIndex As Integer
public int FirstCharacterIndex {get; set;}
@property (nonatomic, assign) NSUInteger firstCharacterIndex
public int getFirstCharacterIndex()
public void setFirstCharacterIndex(int value)
<br/>get_FirstCharacterIndex();<br/>set_FirstCharacterIndex(value);<br/>Object.defineProperty('FirstCharacterIndex');
The zero-based index of the first character that forms this word in the IOcrZoneCharacters used to create this OcrWord.
You can get the recognized words of a zone with the IOcrZoneCharacters.GetWords method. This is a helper method that iterate through the OcrCharacter collection of the zone and constructs the words based on the OcrCharacter.Position flags.
You can get extra information about the characters in this word by iterating through the IOcrZoneCharacters collection with starting index of FirstCharacterIndex and ending index of LastCharacterIndex.
For an example, refer to IOcrPage.GetRecognizedCharacters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET