get_scan_results
Retrieve scan results for a package ID, including OCR text, extracted data fields, and confidence scores. Returns empty while processing.
Instructions
Get document scan results including raw OCR text, structured data fields (addresses, dates, amounts), and confidence scores. Returns empty if scan is still processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_id | Yes | UUID of the package to get scan results for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Document scan records and OCR results. |