load_pdf
Load and process PDF files to enhance structured problem-solving. Specify file path, page limits, and chunk size for efficient handling of large documents.
Instructions
Load a PDF file to provide context for sequential thinking and problem solving. Optimized for large files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chunkSize | No | Process PDF in chunks of this many pages (default: 10) | |
filePath | Yes | Absolute path to the PDF file to load | |
maxPages | No | Maximum number of pages to process (default: all) |