This interface is deprecated. It will provide access only to the first document of the transaction. Used to transfer document data that has been modified by a script, such as field values, new lines or fields, and deleted field regions. Once the script has finished running, the OutputData object is used to update document data.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.
Methods
| Name | Description |
|---|---|
| GetExtractedData(); | Returns the Document object which contains data extracted using Extract activity. |
| SetExtractedData(ExtractedData extractedData); | Allows Document objects modified by the script to be passed. ExtractedData obtained during script runtime is passed to the script using the Transaction.Documents property. |
Related topics
Transaction
Modern replacement — access all transaction documents, not just the first.
Document
The document being processed by the Custom activity.
Extract activity
The Process activity that produces ExtractedData output.
Object model
Full JavaScript object reference for Custom activity scripts.
