Click or drag to resize

OcrApiReadDebugConfigFiles Method

Same as ReadConfigFiles(String), but only set debug params from the given config file.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public void ReadDebugConfigFiles(
	string fileName
)

Parameters

fileName  String
File name or path to config file
Remarks
Searches the standard places: tessdata/configs, tessdata/tessconfigs and also accepts a relative or absolute path name.
See Also