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.2.411
Syntax
public void ReadDebugConfigFiles(
	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