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.2.411
Syntax
public void ReadConfigFiles(
	string fileName
)

Parameters

fileName
Type: SystemString
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.
Remarks

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

See Also