GroupDocs.Parser.Templates
The namespace provides classes for creating templates for parsing document data.
Classes
| Class | Description |
|---|---|
| Template | Provides the document page template. It consists of TemplateItem objects which represent the items of the template such as text field and table definitions. |
| TemplateBarcode | Provides the template barcode field. |
| TemplateCollection | Represents a collection of document parsing templates. |
| TemplateField | Provides the template text field. |
| TemplateFixedPosition | Provides a template field position which is defined by the rectangular area. |
| TemplateItem | Provides a base abstract class for template items. |
| TemplateLinkedPosition | Provides a template field position which uses the linked field. |
| TemplateLinkedPositionEdges | Provides the edges of the linked field where the text field is seached. TemplateLinkedPositionEdges is used in TemplateLinkedPosition class. |
| TemplateOptions | Provides the options which are used for parsing by template functionality. |
| TemplatePosition | Provides a base abstract class for template positions. |
| TemplateRegexPosition | Provides a template field position which uses the regular expression. |
| TemplateTable | Provides the template table. |
| TemplateTableLayout | Provides the template table layout which is used by TemplateTable class to define table position. |
| TemplateTableParameters | Provides parameters for the table detection algorithms. |