Click or drag to resize

NativeMethodstext_OCRTesseract_run1 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 void text_OCRTesseract_run1(
	IntPtr obj,
	IntPtr image,
	IntPtr outputText,
	IntPtr componentRects,
	IntPtr componentTexts,
	IntPtr componentConfidences,
	int componentLevel
)

Parameters

obj
Type: SystemIntPtr
image
Type: SystemIntPtr
outputText
Type: SystemIntPtr
componentRects
Type: SystemIntPtr
componentTexts
Type: SystemIntPtr
componentConfidences
Type: SystemIntPtr
componentLevel
Type: SystemInt32
See Also