Click or drag to resize

OcrApiGetBoolVariable Method

Get the value of an internal "parameter."

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

Parameters

name  String
The name of the parameter.

Return Value

Boolean
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