The following tables list the members exposed by FormRecognitionEngine.
Name | Description | |
---|---|---|
FormRecognitionEngine Constructor | Initializes a new FormRecognitionEngine class object. |
Name | Description | |
---|---|---|
ObjectsManagers | Gets a list of object managers that are used to extract the features of the form for this FormRecognitionEngine. |
Name | Description | |
---|---|---|
AddFormPage | Overloaded. Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using FormRecognitionEngine.OpenForm. | |
AddMasterFormPage | Overloaded. Appends a new page to the specified Master Form attributes object. The Master Form attributes object should be opened before the addition using FormRecognitionEngine.OpenMasterForm. | |
CloseForm | Closes an open FormRecognitionAttributes object associated with a Form. | |
CloseMasterForm | Closes an open FormRecognitionAttributes object associated with a Master Form. | |
CompareForm | Overloaded. Returns a FormRecognitionResult object that describes how close the specified Form is to the specified Master Form. | |
ComparePage | Overloaded. Returns a PageRecognitionResult object that describes how close the specified Form page is in comparison to the specified Master Form page. | |
CreateForm | Creates a new form, with the specified options, for use in recognition It returns a FormRecognitionEngine object that you can use for creating any Form. | |
CreateMasterForm | Creates a new Master Form attribute object with the specified options. | |
DeleteFormPage | Deletes the specified page from the specified Form attribute object. | |
DeleteMasterFormPage | Deletes the specified page from the specified Master Form. | |
GetFormAlignment | Overloaded. Returns a list of Leadtools.Forms.PageAlignment objects that determine the amount of shift and scaling for each page of the Form with its corresponding page in the specified Master Form. | |
GetFormProperties | Returns a FormRecognitionProperties object that provides information about the specified FormRecognitionAttributes such as isMaster, name, ID, creation time, modification time, last access time, and the number of pages. | |
GetPageAlignment | Overloaded. Returns a Leadtools.Forms.PageAlignment object which specifies the amount of shift and scaling for a specific form page, according to the specified Master Form. | |
InsertFormPage | Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using FormRecognitionEngine.OpenForm. | |
InsertMasterFormPage | Appends a new page to the specified Master Form attributes object. The Master Form attributes object should be opened before the addition using FormRecognitionEngine.OpenMasterForm. | |
OpenForm | Opens a closed Form attribute object for editing, or adding or deleting pages. | |
OpenMasterForm | Opens a closed Master Form attribute object for editing, or adding or deleting pages. |