| TesseractSetVariable Method |
http://www.emgu.com
Set the variable to the specific value.
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void SetVariable(
string variableName,
string value
)
Public Sub SetVariable (
variableName As String,
value As String
)
public:
void SetVariable(
String^ variableName,
String^ value
)
member SetVariable :
variableName : string *
value : string -> unit
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