Click or drag to resize

OcrApiGetIntVariable Method

Get the value of an internal "parameter."

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

Parameters

name  String
The name of the parameter.

Return Value

Int32
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