Text tags are an alternative way of adding fields to your document. Instead of specifying location coordinates, you can add special tags in the content of the files that you upload.
These text tags will be processed and replaced with the appropriate field types. This is useful when the content of your files varies and can change the location of fields.
You can enable text tags for the following endpoints:
- Create Document
- Create Document from Template
- Create Template
To use text tags you’ll set the text_tags
property to true
:
{
...
"text_tags": true,
...
}