Options to use when creating a new AutoFormsEngine.
public class AutoFormsEngineCreateOptions
AutoFormsEngineCreateOptions contains the following members:
Member |
Description |
---|---|
Repository of Master Forms. |
|
OCR engine used for form recognition. |
|
OCR engine used for field processing |
|
Engine for barcode recognition and processing. |
|
Object Managers to be used to recognize forms and generate Master Forms attributes. |
|
Minimum confidence value to decide that the Form type result is a known type. |
|
Minimum confidence value to decide that the Form type is recognized and no further comparison with Master Forms is needed. |
|
Recognize the form based on the first page only. |
If RecognitionOcrEngine is null, OcrObjectsManager will not be used for recognition and when ProcessingOcrEngine is null, TextFormField and OmrFormField will not be processed.
If BarcodeEngine is null, BarcodeObjectsManager will not be used for recognition and BarcodeFormField will not be processed.
The recognition Object Managers will be set to the managers used to generate the Master Forms in this Repository.
Important: Different OCR engines might have slight differences in form alignment and recognition. Therefore, it is best to use the same OcrEngineType when generating the master forms and when recognizing and processing forms.