load_pdf
Load PDF files to extract text content for redaction operations. Prepare documents for sensitive information removal by making them available for text review and subsequent redaction processes.
Instructions
Load a PDF file and make it available for redaction.
This tool loads a PDF file into memory and extracts its text content for review. The PDF remains loaded for subsequent redaction operations.
Args: pdf_path: Path to the PDF file to load ctx: MCP context for logging
Returns: The full text content of the PDF
Raises: ToolError: If the file doesn't exist or cannot be opened
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pdf_path | Yes | Path to the PDF file to load |