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