Click or drag to resize

OcrApiPrintVariablesToFile Method

Print Tesseract parameters to the given file.

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

Parameters

filePath  String
Path to the file.

Return Value

Boolean
True if successful, False otherwise.
Remarks

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

See Also