Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
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. |
Related topics
DocumentExportResult
Access exported document files (JSON, PDF, images) from a script.
Output activity
Export recognized text and extracted data to external systems.
Data export formats
Reference for export formats and options on the Output activity.
Object model
Full JavaScript object reference for Custom activity scripts.
