Custom activity
The formats listed below are available in 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. You can download the JSON schema here. |
| OcrJson | Full-text recognition data in JSON format. You can download the JSON schema here. |
| FieldsJson | Simplified 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):| 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. You can download the JSON schema here. |
| Xml | Extracted data such as field values, field structure, and rule check errors. You can download the XML schema here. |
| 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 XSLX format. |
| OcrJson | Full-text recognition data in JSON format. You can download the JSON schema here. |
