Click or drag to resize

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
)

Parameters

characterIndex
Type: SystemInt32
The character index to start search.
wordIndex
Type: SystemInt32
The word index to start search.

Return Value

Type: OcrWord
See Also