analyze_pdf_section
Search and analyze specific sections of a loaded PDF document to find relevant information quickly. Ideal for navigating large documents by specifying search queries, context windows, and match limits.
Instructions
Search and analyze specific sections of a loaded PDF document. Optimized for large documents.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseSensitive | No | Whether search should be case sensitive (default: false) | |
contextWindow | No | Number of characters around each match to include (default: 2000) | |
maxMatches | No | Maximum number of matches to return (default: 10) | |
query | Yes | Search query or topic to look for in the PDF |