Click or drag to resize

OcrApiReadConfigFiles Method

Read a "config" file containing a set of parameter name, value pairs.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public void ReadConfigFiles(
	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