com.groupdocs.parser.templates
The package provides classes for creating templates for parsing document data.
Classes
Class | Description |
---|---|
Template | Provides the document template. |
TemplateBarcode | Provides the template barcode field. |
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. |
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. |