2026-01-21 18:06:34 +08:00

12 lines
185 B
Markdown

# convert.md
Converts PDF files to different formats (text, markdown, etc.).
**Input**:
```json
{
"input_file": "/path/to/input.pdf",
"output_format": "txt" | "md" | "html"
}
```