extract_pdf_pages
Extract specific pages or page ranges from PDF documents into text or structured formats using the PDF Reader MCP Server. Specify file path and page range to process content efficiently.
Instructions
Extract content from specific pages or page ranges of PDF documents
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Path to the PDF file to extract pages from | |
output_format | No | Output format: "text" for plain text, "structured" for formatted text | text |
page_range | Yes | Page range to extract (e.g., "1-3", "2,4,6", or "all") |