BasicOcrLineAccessorFindWordFromIndex Method |
Returns the Word located at the input index.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected virtual OcrWord FindWordFromIndex(
int characterIndex,
out int wordIndex
)
Protected Overridable Function FindWordFromIndex (
characterIndex As Integer,
<OutAttribute> ByRef wordIndex As Integer
) As OcrWord
Parameters
- characterIndex
- Type: SystemInt32
The character index to start search. - wordIndex
- Type: SystemInt32
The word index to start search.
Return Value
Type:
OcrWordSee Also