Class | Description | |
---|---|---|
AutoFormsEngine | Provides high level form recognition and processing functionalities to recognize, process, and create forms. It uses the provided Master Form IMasterFormsRepository to recognize form type and process its fields. | |
AutoFormsProgressEventArgs | Reports the progress for specific AutoFormsEngine operations and offers the user an opportunity to cancel. | |
AutoFormsRecognizeFormResult | Contains the success or failure of the form recognition. | |
AutoFormsRecognizePageResult | Contains the success or failure of the page recognition. | |
AutoFormsRunResult | Contains the success or failure and the processed field of the Form recognition and processing. | |
DiskMasterForm | Implements the IMasterForm interface for Master Forms stored on the local disk. It provides methods to read and write Master Forms attributes, processing fields, and images on the local disk. | |
DiskMasterFormsCategory | Implements the IMasterFormsCategory interface for categories stored on the local disk. It provides methods to add and delete Master Forms and categories on the local disk. | |
DiskMasterFormsRepository | Implements the IMasterFormsRepository interface for Master Forms stored on local disk. | |
MasterFormCollection | Represents a generic collection of objects. | |
MasterFormsCategoryCollection | Represents a generic collection of objects. | |
PageRequestCallbackData | Data for the PageRequestCallback delegate. |
Interface | Description | |
---|---|---|
IMasterForm | Represents a Master Form inside a IMasterFormsCategory. It provides methods to read and write Master Form recognition attributes, processing fields, and images. | |
IMasterFormsCategory | Represents a category inside a IMasterFormsRepository that may have Master Forms and/or other sub-categories (child categories). It provides methods to add and delete Master Forms, sub-categories (child categories), and category information such as its name and its parent category. | |
IMasterFormsRepository | Provides the interface for the Master Form repository providing methods for collecting the Master Forms available in the storage device to be used in AutoFormsEngine. |
Delegate | Description | |
---|---|---|
PageRequestCallback | Delegate method that is used to request a page and provide the requested page to the caller method. |
Enumeration | Description | |
---|---|---|
AutoFormsOperation | Represents the different types operations carried by AutoFormsEngine. | |
AutoFormsRecognitionManager | Represents the recognition objects managers. |