parse_pdf
Extract text, tables, and formulas from PDFs and images. Handles documents, screenshots, photos, and scanned files with OCR and structure recognition.
Instructions
Parse PDF and image files (PDF, JPEG, PNG, etc.) to extract text, tables, formulas, and structure using MinerU vunknown. Supports multiple backends including MLX-accelerated inference on Apple Silicon. Works with documents, screenshots, photos, and scanned images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backend | No | Backend to use: - pipeline: Fast, general-purpose (recommended for most cases) - vlm-mlx-engine: Fastest on Apple Silicon (M1/M2/M3/M4) - vlm-transformers: VLM model, slower but more accurate | pipeline |
| end_page | No | Ending page number (-1 for all pages) | |
| file_path | Yes | Absolute path to the file to parse (supports PDF, JPEG, PNG, and other image formats) | |
| start_page | No | Starting page number (0-indexed) | |
| table_enable | No | Enable table recognition | |
| formula_enable | No | Enable formula recognition |