ExportFormat specifies the format of exported files sent to the external system.
Default formats
Formats available in a Custom activity by default (format names identical to those used in scripts):| Format | Description |
|---|---|
| PDF document with a text layer. | |
| Json | Extracted data such as field values, field structure, and rule check errors. See the JSON schema. |
| OcrJson | Full-text recognition data in JSON format. See the OCR JSON schema. |
| FieldsJson | Simplified JSON file — contains only field values and rule check errors. |
Custom export formats
When a Custom activity is used as External Export, scripts can only access output files created by the Output activity. The following additional formats are available:| Format | Description |
|---|---|
| FieldsJson | Simplified JSON file — contains only field values and rule check errors. |
| Json | Extracted data such as field values, field structure, and rule check errors. See the JSON schema. |
| Xml | Extracted data such as field values, field structure, and rule check errors. See the XML schema. |
| Csv | Extracted text data with values of repeating or non-repeating fields. |
| PDF document with a text layer. | |
| Jpeg | Extracted image data in JPG format. |
| Tiff | Extracted image data in TIFF format. |
| Text | Extracted text data in TXT format. |
| Docx | Extracted text and image data in DOCX format. |
| Xlsx | Extracted text and image data in XLSX format. |
| OcrJson | Full-text recognition data in JSON format. See the OCR JSON schema. |
