load_pdf
Load a PDF into memory for session-based operations, making it accessible for redaction and other tools. Use this first to prepare a document for subsequent PDF operations.
Instructions
Load a PDF file into memory for session-based operations.
All other PDF tools in the MCP server require a document to be loaded first using this tool. The document remains in memory until saved or the session ends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_path | Yes | Path to the PDF file to load | |
| document_id | No | Optional identifier for this document. If None, uses the filename |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |