Click or drag to resize

NativeMethodstext_OCRTesseract_create Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr text_OCRTesseract_create(
	string datapath,
	string language,
	string charWhitelist,
	int oem,
	int psmode
)

Parameters

datapath
Type: SystemString
language
Type: SystemString
charWhitelist
Type: SystemString
oem
Type: SystemInt32
psmode
Type: SystemInt32

Return Value

Type: IntPtr
See Also