Click or drag to resize

NativeMethodstext_OCRTesseract_create Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus text_OCRTesseract_create(
	string datapath,
	string language,
	string charWhitelist,
	int oem,
	int psmode,
	out IntPtr returnValue
)

Parameters

datapath
Type: SystemString

[Missing <param name="datapath"/> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

language
Type: SystemString

[Missing <param name="language"/> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

charWhitelist
Type: SystemString

[Missing <param name="charWhitelist"/> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

oem
Type: SystemInt32

[Missing <param name="oem"/> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

psmode
Type: SystemInt32

[Missing <param name="psmode"/> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.text_OCRTesseract_create(System.String,System.String,System.String,System.Int32,System.Int32,System.IntPtr@)"]

See Also