The following tables list the members exposed by AutoFormsEngine.
Name | Description | |
---|---|---|
![]() | AutoFormsEngine Constructor | Overloaded. Initializes a new AutoFormsEngine class object that uses multi-threading to perform AutoFormsEngine functions such as recognition and processing. |
Name | Description | |
---|---|---|
![]() | MinimumConfidenceKnownForm | The minimum confidence value to consider the form as being one of the known types in Master Forms repository. |
![]() | MinimumConfidenceRecognized | The minimum confidence value to consider the form as being recognized and to stop searching Master Forms. |
![]() | RecognizeFirstPageOnly | Gets or sets the method of recognizing unknown forms. |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Releases all resources used by this AutoFormsEngine. |
![]() | GenerateMasterFormAttributes | Generate master Form attributes based on the Object Managers set when this AutoFormsEngine object is constructed. |
![]() | GetMinimumRecognizedConfidenceForm | Automatically finds the minimum confidence value that is needed to consider an unknown form as recognized and no further Master Form comparison is needed. |
![]() | GetMinimumRecognizedConfidencePage | Automatically finds the minimum confidence value that is needed to consider an unknown page as recognized and no further Master Form Pages comparison is needed. |
![]() | ProcessForm | Overloaded. Performs field processing on the recognized form image. |
![]() | ProcessPage | Overloaded. Performs field processing on the recognized page image. |
![]() | RecognizeForm | Overloaded. Recognize the unknown form type. |
![]() | RecognizePage | Overloaded. Recognize the type of the unknown page. |
![]() | Run | Overloaded. Automatically recognizes the unknown form then it processes its fields. |