pdf_fetch_structured
Convert a PDF URL into structured JSON output containing title, key facts, numeric values, dates, and table summaries.
Instructions
Direct PDF download + pypdf extraction → focused LLM pass → structured JSON.
Same returned shape as `web_fetch_structured` (title, dateline,
key_facts[], numeric_values[], dates[], tables_summary[]) but goes
through the PDF path. Use when you have a PDF URL and want the values
extracted into a structured shape rather than just raw text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| focus | No | ||
| pages | No | ||
| max_pages | No |