get_receipt_job_result
Retrieve the extracted receipt data from a completed asynchronous OCR job. Provide the job ID to get structured JSON results from your receipt processing workflow.
Instructions
Get the extraction result of a completed async receipt job.
Args: job_id: The job ID returned by extract_receipt_async.
Returns: JSON with extracted receipt data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |