extract_pdf_pages
Extract specific pages or page ranges from PDF documents into plain or structured text. Specify the file path and page range to retrieve 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") |