extract_pdf_text
Extract text and optional tables from a PDF as structured JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Optional pages/ranges to extract, e.g. '1-5'. | |
| source_url | No | Public URL of the PDF. | |
| file_base64 | No | Base64-encoded PDF. | |
| extract_tables | No | Whether to extract tables too. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||