TesseractSetVariable Method |
http://www.emgu.com
Set the variable to the specific value.
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
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