Click or drag to resize
TesseractSetVariable Method
http://www.emgu.com
Set the variable to the specific value.

Namespace: Emgu.CV.OCR
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void SetVariable(
	string variableName,
	string value
)

Parameters

variableName
Type: SystemString
The name of the tesseract variable. e.g. use "tessedit_char_blacklist" to black list characters and ""tessedit_char_whitelist" to white list characters
value
Type: SystemString
The value to be set
See Also