pdf_to_markdown
Convert PDF files to Markdown text, preserving page labels and detecting headings and simple lists for structured output.
Instructions
Extract PDF text as page-labelled Markdown with heading and simple list detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| output_name | No | Output file path (defaults to same dir with suffix) |