get_ocr_status
Check the progress of an asynchronous OCR task by task ID, including status, completion percentage, elapsed time, estimated remaining time, and final Markdown result when finished.
Instructions
查询异步 OCR 任务进度。
返回 {task_id, status(queued/running/done/error/cancelled), percent, chunk, chunk_count, elapsed_seconds, eta_seconds, message, error, result(仅 done 时,含 markdown)};任务不存在返回 {"status":"error"}。 建议在任务运行期间每隔 1-5 分钟查询一次并向用户汇报进度。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |