Click or drag to resize

OcrInvoke Class

http://www.emgu.com
Library to invoke Tesseract OCR functions
Inheritance Hierarchy
SystemObject
  Emgu.CV.OCROcrInvoke

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static class OcrInvoke

The OcrInvoke type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetLocale
The setlocale function installs the specified system locale or its portion as the new C locale. The modifications remain in effect and influences the execution of all locale-sensitive C library functions until the next call to setlocale. If locale is a null pointer, setlocale queries the current C locale without modifying it.
Top
See Also