Class | Description | |
---|---|---|
![]() | Address | Contains basic address information. |
![]() | AnalyzeError | Contains error information from Processor.Analyze. |
![]() | AnalyzeResults | Contains the list of form results and the list of errors from Processor.Analyze. |
![]() | CompanyData | Defines the names, addresses, and phone numbers of the company receiving invoices. |
![]() | DocumentArea | Defines a rectangular area on a DocumentPage. |
![]() | DocumentPage | Contains a document page associated with a FormResult.Document. |
![]() | EmailAddress | Contains an email address. |
![]() | FieldAlias | Defines an alias for a FormFieldDefinition. |
![]() | FileImageProvider | Loads images from a Windows file system. |
![]() | FileTemplateProvider | Loads ands saves templates using a Windows file system. |
![]() | FormDefinition | Defines the fields and tables expected on the input forms. |
![]() | FormField | Contains a form field associated with a FormResult. |
![]() | FormFieldData | Contains the data associated with a FormField. |
![]() | FormFieldDefinition | Defines a form field in a FormDefinition. |
![]() | FormFieldDefinitionDictionary | Defines a dictionary of FormFieldDefinition objects. |
![]() | FormFieldLabel | Contains the label associated with a FormField. |
![]() | FormResult | Contains form data output by Processor.Analyze. Contains the fields and tables defined in the Processor.FormDefinition. |
![]() | FormTable | Contains a form table associated with a FormResult. |
![]() | FormTableCell | Contains a table cell associated with a FormTableRow. |
![]() | FormTableColumnHeader | Contains a column header associated with a FormTable. |
![]() | FormTableColumnHeaderDefinition | Defines a column header in a FormTable. |
![]() | FormTableDefinition | Defines a table in a FormDefinition. |
![]() | FormTableDefinitionDictionary | Defines a dictionary of FormTableDefinition objects. |
![]() | FormTableRow | Contains a table row associated with a FormTable. |
![]() | ImageLoader | Provides methods for loading images from files, streams, and classes that implement the IImageProvider interface. |
![]() | ImageLoaderPreprocessingOptions | Specifies image preprocessing options for an ImageLoader. |
![]() | InvoiceProcessingException | Contains information about exceptions encountered during processing. |
![]() | Licensing | Determines the license edition and behavior, and unlock methods. |
![]() | PhoneRecord | Contains a phone type and number. |
![]() | ProcessingEventArgs | Contains processing progress event arguments. |
![]() | Processor | Provides methods for analyzing images and returning FormResult objects. |
![]() | RuleDefinition | Defines a rule which is run on a form or form fields during processing. |
![]() | TemplateField | Contains a template field associated with a TemplatePage. |
![]() | TemplateFieldData | Contains template field data associated with a TemplateField. |
![]() | TemplateFieldLabel | Contains a template field label associated with a TemplateField. |
![]() | TemplateIO | Provides methods for creating and updating templates. |
![]() | TemplatePage | Contains templates for fields and tables expected to appear on a DocumentPage. |
![]() | TemplateTable | Contains a template table associated with a TemplatePage. |
![]() | TemplateTableCell | Contains a template table cell associated with a TemplateTable. |
![]() | TemplateTableColumnHeader | Contains a template table column header associated with a TemplateTable. |
![]() | Vendor | Contains vendor information. |
Interface | Description | |
---|---|---|
![]() | IAddress | Defines basic address information. |
![]() | ICompanyData | Defines basic information about a company. |
![]() | IEmailAddress | Defines an email address. |
![]() | IImageProvider | Defines how and where images are loaded. |
![]() | ILogService | Defines an interface to perform message logging during processing. |
![]() | IPhoneRecord | Defines a phone type and number. |
![]() | ITemplateProvider | Defines the methods required to load and save templates and template images. |
![]() | IVendor | Defines vendor information. |
Enumeration | Description | |
---|---|---|
![]() | ErrorLevelInfo | Defines the error level of items to place into the debug log. |
![]() | FormFieldDataType | Defines the expected type of field data. |
![]() | FormFieldGroup | Defines the types of form field groups. |
![]() | ProcessingState | Defines the processing state. |
![]() | RuleType | Defines the rule types that can be run during processing. |