Click or drag to resize

OcrApiGetDoubleVariable Method

Get the value of an internal "parameter."

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

Parameters

name  String
The name of the parameter.

Return Value

Double
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