12 lines
185 B
Markdown
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"
|
|
}
|
|
```
|
|
|