pdf-to-markdown
Convert PDF files to Markdown format for easier readability and sharing using this MCP server tool. Simplify content transformation with precise file input requirements.
Instructions
Convert a PDF file to markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filepath | Yes | Absolute path of the PDF file to convert |
Input Schema (JSON Schema)
{
"properties": {
"filepath": {
"description": "Absolute path of the PDF file to convert",
"type": "string"
}
},
"required": [
"filepath"
],
"type": "object"
}