start_pdf_ocr
Start OCR on a PDF as a background task, returning a task ID immediately. Use it for large PDFs to avoid blocking, then track progress and retrieve Markdown output.
Instructions
异步启动 PDF OCR,立即返回 task_id(适用于超大 PDF,避免长时间阻塞调用)。
任务在后台执行,用 get_ocr_status(task_id) 随时查询进度(percent / eta_seconds / elapsed_seconds / chunk / chunk_count / message),完成后 record 的 result 字段包含 markdown;不需要时可用 cancel_ocr_task 取消。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| pages | No | all |