pdf_search
Search PDF text for a query and receive page-numbered snippets with surrounding context.
Instructions
Search PDF text and return page-numbered snippets for each match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| query | Yes | Text to search for | |
| max_results | No | Maximum snippets to return, 1-200 (default 20) | |
| context_chars | No | Context characters before and after each match (default 80) | |
| case_sensitive | No | Use case-sensitive matching (default false) |