Converts PDF files to Markdown format using AI, supporting both local files and URLs with incremental processing that can resume from existing progress.

1177 views3Local (stdio)

What it does

  • Convert PDF files to Markdown using AI extraction
  • Process PDFs from local file paths or URLs
  • Resume conversion from existing page markers
  • Configure custom output directories
  • Handle various PDF content extraction scenarios

Best for

Content creators converting documents to MarkdownDevelopers processing PDF documentationData extraction from PDF reports
Incremental processing with resume capabilitySupports both local and remote PDFs

Tools (1)

convert_pdf_to_markdown

Convert a PDF file to Markdown format using AI sampling. Args: file_path: Local file path or URL to the PDF file output_dir: Optional output directory. Defaults to same directory as input file (for local files) or current working directory (for URLs) Returns: Dictionary containing: - output_file: Path to the generated markdown file - summary: Summary of the conversion task - pages_processed: Number of pages processed

Alternatives