FIND_CANDIDATE_FORM_FIELDS_OUTPUTS

typedef struct FIND_CANDIDATE_FORM_FIELDS_OUTPUTS 
{ 
   L_UINT uStructSize; 
   TEXTFIELDS TextFields; 
   OMRFIELDS OMRFields; 
} FIND_CANDIDATE_FORM_FIELDS_OUTPUTS, * pFIND_CANDIDATE_FORM_FIELDS_OUTPUTS; 

Structure for storing the OMR and text fields extracted by L_FindCandidateFormFields.

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.

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.