  | TesseractOcrContextSetTesseractVariable Method  | 
Sets the value of a variable in the engine.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic void SetTesseractVariable(
	string key,
	string value
)
Public Sub SetTesseractVariable ( 
	key As String,
	value As String
)
public:
virtual void SetTesseractVariable(
	[InAttribute] String^ key, 
	[InAttribute] String^ value
) sealed
Parameters
- key
 - Type: SystemString
The variable name. - value
 - Type: SystemString
The variable value. 
Remarks
See Also