Name | Description | |
---|---|---|
![]() | DocumentTemplate Constructor |
The following tables list the members exposed by DocumentTemplate.
Name | Description | |
---|---|---|
![]() | DocumentTemplate Constructor |
Name | Description | |
---|---|---|
![]() | Fields | Specifies a set of fields associated with the document template for use in the optional extraction process. |
![]() | Hints | Specifies an optional template hints object. |
![]() | Identifier | Specifies the unique identifier of the template. |
![]() | Name | Specifies the public name of the document template. |
![]() | SemanticDescription | Specifies the semantic description of the document template. E.g.: 'an invoice, also known as a bill or sales invoice'. |
Name | Description | |
---|---|---|
![]() | AddField | Adds a field to the document template. |
![]() ![]() | FromJson | Creates a DocumentTemplate object from a JSON definition. |
![]() ![]() | GetPredefinedTemplates | This static method retrieves all predefined document templates available in XtractFlow. Each returned document template object has its own lifecycle and can be modified to create customized templates. |
![]() | HasField | Indicates if the document template has any fields. |
![]() | RemoveField | Overloaded. Removes a field from the document template. |
![]() | ToJson | Returns the JSON definition of the DocumentTemplate instance. |