Click or drag to resize

IWordSelectorSelectWord Method

Select a word from a set of candidate words.

Namespace:  Atalasoft.Ocr.Voting
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
OcrWord SelectWord(
	OcrWord originalWord,
	OcrWordCollection words
)

Parameters

originalWord
Type: Atalasoft.OcrOcrWord
The original word recognized by the primary engine and nominated for voting
words
Type: Atalasoft.OcrOcrWordCollection
Alternate words provided by other engines.

Return Value

Type: OcrWord
Returns the best word among all the choices. SelectWord must return non-null.
See Also