analyze_pdf
Analyze a PDF by providing its source (file path, URL, or cached URI) and asking questions. Get AI-generated answers to extract information.
Instructions
Analyze a PDF document using AI. Provide an absolute file path, URL, cached file URI (from a previous response, Google only), or array of cached file URIs (from a previous chunked response, Google only) and a list of questions to ask about the PDF content. With the Google provider, returns a cached_uris array that can be reused for subsequent queries on the same document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | Array of questions to ask about the PDF | |
| pdf_source | Yes | PDF source: absolute local file path, URL, cached file URI from a previous response (Google only), or array of cached file URIs from a previous chunked response (Google only) |