doc2x_parse_pdf_status
Check the status of a PDF parsing task to monitor progress or retrieve results. Returns processing status, completion percentage, and error details if needed.
Instructions
Query parse task status by uid. Returns {status, progress, detail}. status is one of processing/failed/success; progress is an integer 0..100; detail is populated only when status=failed. Fetch parsed content via doc2x_convert_export_*.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Doc2x parse task uid returned by doc2x_parse_pdf_submit. |