GdPicture.NET.14
GdPicture14 Namespace / GdPictureOCR Class / GetFormFieldCount Method
The unique result identifier of the executed OCR process obtained by the RunOCR method.





In This Topic
GetFormFieldCount Method (GdPictureOCR)
In This Topic
Returns the number of extracted form fields within a specified OCR result. Form fields extraction is automatically performed during each OCR process.
Syntax
'Declaration
 
Public Function GetFormFieldCount( _
   ByVal OCRResultID As String _
) As Integer
public int GetFormFieldCount( 
   string OCRResultID
)
public function GetFormFieldCount( 
    OCRResultID: String
): Integer; 
public function GetFormFieldCount( 
   OCRResultID : String
) : int;
public: int GetFormFieldCount( 
   string* OCRResultID
) 
public:
int GetFormFieldCount( 
   String^ OCRResultID
) 

Parameters

OCRResultID
The unique result identifier of the executed OCR process obtained by the RunOCR method.

Return Value

The number of extracted form fields
Remarks

This method requires the KVP and Table Processing - Intelligent Redaction component to run.

See Also