FIND_CANDIDATE_FORM_FIELDS_OUTPUTS (original) (raw)
Summary
Structure for storing the OMR and text fields extracted by L_FindCandidateFormFields.
Syntax
typedef struct FIND_CANDIDATE_FORM_FIELDS_OUTPUTS
{
[L_UINT](leadtools-basic-data-types.html) uStructSize;
[TEXTFIELDS](textfields.html) TextFields;
[OMRFIELDS](omrfields.html) OMRFields;
} FIND_CANDIDATE_FORM_FIELDS_OUTPUTS, * pFIND_CANDIDATE_FORM_FIELDS_OUTPUTS;
Members
L_UINT uStructSize
Size of this structure in bytes, for versioning. Use the sizeof(FIND_CANDIDATE_FORM_FIELDS_OUTPUTS) operator to calculate this value.
TEXTFIELDS TextFields
Structure containing a pointer to an array of Text fields.
OMRFIELDS OMRFields
Structure containing a pointer to an array of OMR fields.
Usage
See Also
LEADTOOLS Raster Imaging C API Help