Click or drag to resize

OcrApiIsValidWord Method

Check whether a word is valid according to Tesseract's language model

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public bool IsValidWord(
	string word
)

Parameters

word  String
The word to check.

Return Value

Boolean
False if the word is invalid, true if valid.
See Also