fetch_pdf_chunks
Selectively extract specific text paragraphs or equations from a PDF using block IDs, reducing token usage for LLMs.
Instructions
Selectively fetch the raw, highly-structured text paragraphs or equations of specific blocks based on their blockId. Use this after inspect_pdf_structure to pull only the necessary data chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockIds | Yes | An array of specific blockId strings discovered via inspect_pdf_structure tool. | |
| filePath | Yes | The absolute path to the local PDF file. |