OcrEngineModeDefault Field |
http://www.emgu.com
Specify this mode when calling init_*(),
to indicate that any of the above modes
should be automatically inferred from the
variables in the language-specific config,
command-line configs, or if not specified
in any of the above should be set to the
default OEM_TESSERACT_ONLY.
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const OcrEngineMode Default = 3
Public Const Default As OcrEngineMode = 3
public:
literal OcrEngineMode^ Default = 3
static val mutable Default: OcrEngineMode
Field Value
Type:
OcrEngineMode
See Also