extract_local_pdf_text
Extract text from local PDF files, save it as a text sidecar, and identify the most relevant content chunks for research analysis.
Instructions
Extract full text from a local PDF, save a text sidecar, and return top matching chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_path | Yes | ||
| title_hint | No | ||
| research_question | No | ||
| chunk_size_chars | No | ||
| chunk_overlap_chars | No | ||
| top_chunks | No |