Retrieves results from a doc extraction run started by the Start Doc Extraction Smart Service.
Doc extraction runs can only be queried by a user with access to the original document, started by the Start Doc Extraction Smart Service.
The Appian Document Extraction page walks you through how to use document extraction functionality together in a process model. See the following list for the other smart services and functions you need to use with the Doc Extraction Result Function:
a!docExtractionResult( docExtractionId,typeNumber,confidenceThreshold )
COMPLETE
.'type!{namespace}type-name'
(within single quotes).Reconciled Data - returns the data in the form of the Input Data Type Number.
a!docExtractionResult(docExtractionId: 25, typeNumber: typeof('type!{urn:com:appian:types}employee'()), confidenceThreshold: 70)
Where 25 is a valid docExtractionId and 'type!{urn:com:appian:types}employee'
is a valid CDT. Results with a confidence over 70 will be returned.
See the Appian Document Extraction page for a full end to end example.
The doc extraction result can only be accessed by a user who has permissions to the original document.
Appian will delete document extraction runs after 30 days, or when the total amount of data surpasses 10 GB. If you attempt to access a run that has been deleted, you will see INVALID ID
.