For a list of all members of this type, see FormRecognitionEngine members
Name | Description | |
---|---|---|
AddFormPage | Appends the page at a given index from the LEADDocument to the FormRecognitionAttributes object. The Form attributes object should be opened before the addition using OpenForm. | |
AddMasterFormPage | Appends a new page to the specified Master Form attributes object. The Master Form attributes object should be opened before the addition using OpenMasterForm. | |
CloseForm | Closes an open FormRecognitionAttributes object associated with a Form. | |
CloseMasterForm | Closes an open FormRecognitionAttributes object associated with a Master Form. | |
CompareExtendedForm | Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. | |
CompareForm | Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. | |
CompareFormFast | Returns a FormRecognitionResult object determines how close is the specified Form to the specified Master Form. | |
ComparePage | 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. | |
DeleteMasterFormFromFullTextSearch | Deletes master form (by name) from the full text search database. | |
DeleteMasterFormPage | Deletes the specified page from the specified Master Form. | |
ExtractTableInfo | Extracts the header from the recognized TableFormField. | |
FillFieldsInformation | Update passed Leadtools.Forms.Processing.FormPages by filling Extra-information after recognition phase but before Processing phase. | |
GetFieldsRecognitionData | Returns the fields recognition data from the form given a set of master attributes, form attributes, and the form alignments. | |
GetFormAlignment | Returns a list of Leadtools.Forms.Common.PageAlignment objects that determines 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. | |
GetFullTextSearchCandidatesForm | Finds all the master form candidates for a form using full text search. | |
GetFullTextSearchCandidatesPage | Finds all the master form candidates for a form page using full text search. | |
GetPageAlignment | Returns a Leadtools.Forms.Common.PageAlignment object which specifies the amount of shift and scaling for a specific form page, according to the specified Master Form. | |
GetPageOptions | Returns a PageRecognitionOptions object from specific page number in FormRecognitionAttributes. | |
InsertFormPage | Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using 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 OpenMasterForm. | |
IsMasterFormInFullTextSearch | Detects if the master form has been added to the full text database. | |
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. | |
SetPageOptions | set a PageRecognitionOptions object in page inside FormRecognitionAttributes and return true if success. | |
UpdatePageType | This method is used to update internal data after setting the page type using SetPageOptions method. | |
UpsertMasterFormToFullTextSearch | Adds or updates a master form to the full text search database. |