convert_missing
Convert PDF files to Markdown format when companion Markdown files are missing in the specified directory.
Instructions
Convert only PDFs that lack companion Markdown files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory_path | Yes | Path to directory containing PDFs to convert |
Input Schema (JSON Schema)
{
"properties": {
"directory_path": {
"description": "Path to directory containing PDFs to convert",
"type": "string"
}
},
"required": [
"directory_path"
],
"type": "object"
}