Convert PDF files to structured Markdown format effortlessly. Process local files and URLs in batches while preserving the original document structure and layout. Integrate seamlessly with LLM clients for enhanced functionality.
Tools
convert_pdf_url
Convert PDF URL to Markdown, supports single URL or URL list Args: url: PDF file URL or URL list, can be separated by spaces, commas, or newlines enable_ocr: Whether to enable OCR (default: True) Returns: dict: Conversion result information
convert_pdf_file
Convert local PDF file to Markdown, supports single file or file list Args: file_path: PDF file local path or path list, can be separated by spaces, commas, or newlines enable_ocr: Whether to enable OCR (default: True) Returns: dict: Conversion result information
Installation
Login to configure client