extract_pdf_text
Extract text from PDF documents, optionally preserving formatting and including metadata. Specify page ranges and retrieve structured content using the PDF Reader MCP Server.
Instructions
Extract text content from PDF documents with optional metadata and formatting preservation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Path to the PDF file to extract text from | |
include_metadata | No | Whether to include document metadata in the response | |
pages | No | Page range to extract (e.g., "1-5", "1,3,5", or "all") | all |
preserve_formatting | No | Whether to preserve text formatting and structure |