Returns the fields recognition data from the form given a set of master attributes, form attributes, and the form alignments.
public FieldsRecognitionData GetFieldsRecognitionData(
RasterImage form,
FormRecognitionAttributes masterAttributes,
FormRecognitionAttributes formAttributes,
List<PageAlignment> alignments
)
form
The recognized RasterImage.
masterAttributes
The Master Attributes from the Master Form.
formAttributes
The Form Attributes object for the form.
alignments
The page alignments returned from recognition.
The fields data from the recognized form.