Click or drag to resize

Tesseract Constructor (Boolean)

http://www.emgu.com
Create a default tesseract engine. Needed to Call Init function to load language files in a later stage.

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Tesseract(
	bool enforceLocale = true
)

Parameters

enforceLocale (Optional)
Type: SystemBoolean
If true, it will enforce "C" locale during the initialization.
See Also