search_in_pdf
Find specific text inside a PDF by specifying the file path and search term, with optional case-sensitive matching to locate exact occurrences.
Instructions
Search for specific text within a PDF file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the PDF file to search in | |
| search_text | Yes | Text to search for in the PDF | |
| case_sensitive | No | Whether the search should be case sensitive |