Click or drag to resize

RecAPI.kRecGetOCRZoneFormRecognitionState Method (IntPtr, Int32, FORMRECOGNITIONSTATE, Int32, String)

See kRecGetOCRZoneFormFieldInfo.

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public static RECERR kRecGetOCRZoneFormRecognitionState(
	IntPtr hPage,
	int xZone,
	out FORMRECOGNITIONSTATE pInfo,
	out int pNumModChar,
	out string ppDataRuleName
)

Parameters

hPage
Type: System.IntPtr
xZone
Type: System.Int32
pInfo
Type: OmniPageCSDK.ArgTypes.FORMRECOGNITIONSTATE
pNumModChar
Type: System.Int32
ppDataRuleName
Type: System.String

Return Value

Type: RECERR
See Also