Skip to main content
This enumerator specifies the format of the exported files.

Custom activity

The formats listed below are available in Custom activity by default (format names identical to those used in scripts):
FormatDescription
PdfPDF document with a text layer.
JsonExtracted data such as field values, field structure, and rule check errors. You can download the JSON schema here.
OcrJsonFull-text recognition data in JSON format. You can download the JSON schema here.
FieldsJsonSimplified JSON file, contains only field values and rule check errors.
Note: If an OCR activity with set language recognition settings is used in a Process skill prior to a Custom activity, the OcrJson and Pdf output files will contain data recognized using settings from the OCR activity. If an OCR activity is not used, the default language settings will be applied (English, French, German, Spanish).

Custom Export

Using External Export in a script lets you access only those output files that have been created using Output activity. The following formats are available (format names identical to those used in scripts):
FormatDescription
FieldsJsonSimplified JSON file, contains only field values and rule check errors.
JsonExtracted data such as field values, field structure, and rule check errors. You can download the JSON schema here.
XmlExtracted data such as field values, field structure, and rule check errors. You can download the XML schema here.
CsvExtracted text data with values of repeating or non-repeating fields.
PdfPDF document with a text layer.
JpegExtracted image data in JPG format.
TiffExtracted image data in TIFF format.
TextExtracted text data in TXT format.
DocxExtracted text and image data in DOCX format.
XlsxExtracted text and image data in XSLX format.
OcrJsonFull-text recognition data in JSON format. You can download the JSON schema here.
To specify an output format for your data when adding an Output activity, select the Output block and click Settings in the Exported Data section of the Actions pane. In the dialog that will open, select the desired output formats. You can find the description of available output options here.