create_parse_task
Submit a document URL for async conversion to markdown. Returns a task ID to track progress. Supports PDF, DOCX, PPTX, images, and HTML.
Instructions
Create a document parsing task on MinerU API. Purpose: Submit a document URL for async conversion. Returns task_id for tracking. Constraints: Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML only. Side effect: Calls MinerU API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the document to parse. Supported formats: PDF, DOC, DOCX, PPT, PPTX, PNG, JPG, JPEG, HTML | |
| is_ocr | No | Enable OCR (auto-enabled for images) | |
| enable_table | No | Enable table recognition | |
| model_version | No | Model version (auto-detected: 'vlm' for most, 'MinerU-HTML' for HTML) | vlm |
| enable_formula | No | Enable formula recognition |