This interface is deprecated. It will provide access only to the first document of the transaction. Provides access to data of the processed document while the processing skill is being run.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.
Properties
| Name | Type | Description |
|---|---|---|
| ExtractedData | Document, read-only | Returns a Document object and provides access to data extracted from the processed document. |
| DocumentExports | DocumentExportResult[], read-only | Returns a collection of files exported by the skill and made available by the script. |
Related topics
Transaction
Modern replacement — access all transaction documents, not just the first.
Document
The document being processed by the Custom activity.
DocumentExportResult
A single exported file produced by the skill, with metadata.
Object model
Full JavaScript object reference for Custom activity scripts.
