http://www.emgu.com
Check of the specific Ocr Engine is supported for the current tesseract release

Namespace: Emgu.CV.OCR
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public bool IsEngineModeSupported(
	Tesseract..::..OcrEngineMode mode
)
Visual Basic
Public Function IsEngineModeSupported ( _
	mode As Tesseract..::..OcrEngineMode _
) As Boolean
Visual C++
public:
bool IsEngineModeSupported(
	Tesseract..::..OcrEngineMode mode
)

Parameters

mode
Type: Emgu.CV.OCR..::..Tesseract..::..OcrEngineMode
The Engine mode

Return Value

True if supported, false otherwise

See Also