Click or drag to resize

RecAPIkRecGetOCRZoneFormRecognitionState 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: SystemIntPtr
xZone
Type: SystemInt32
pInfo
Type: OmniPageCSDK.ArgTypesFORMRECOGNITIONSTATE
pNumModChar
Type: SystemInt32
ppDataRuleName
Type: SystemString

Return Value

Type: RECERR
See Also