convert_pdf_to_markdown
Convert PDF documents to Markdown format for easier editing and content reuse. Specify input PDF path and optional output filename to transform PDF content into structured Markdown text.
Instructions
Convert a PDF file to Markdown format.
Args: pdf_file_path: Path to the PDF file to convert output_filename: Name of the output Markdown file (if not provided, uses same name as input with .md extension)
Returns: A message indicating success or failure of the conversion
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_file_path | Yes | ||
| output_filename | No |