http://www.emgu.com
Set the variable to the specific value.
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void SetVariable(
string variableName,
string value
) |
Visual Basic |
---|
Public Sub SetVariable ( _
variableName As String, _
value As String _
) |
Visual C++ |
---|
public:
void SetVariable(
String^ variableName,
String^ value
) |
Parameters
- variableName
- Type: System..::..String
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: System..::..String
The value to be set
See Also