Click or drag to resize

OcrApiGetStringVariable Method

Get the value of an internal "parameter."

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public string GetStringVariable(
	string name
)

Parameters

name  String
The name of the parameter.

Return Value

String
the string that represents the value of the parameter if it was found among Tesseract parameters. Throw VariableNotFoundException otherwise.
Remarks

For full list of tesseract variables see this article: Tesseract.Net parameters

See Also