get_tables
Extract table structures from a specified section of the PDF specification, returning tables with headers, rows, and optional captions.
Instructions
Extract table structures from a specified section of the PDF specification (ISO 32000-2). Returns tables with headers, rows, and optional captions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | Specification ID (e.g., "iso32000-2", "ts32002", "pdfua2"). Use list_specs to see available specs. Default: "iso32000-2" (PDF 2.0). | |
| section | Yes | Section identifier (e.g., "7.3.4", "12.8", "Annex A") | |
| table_index | No | Optional 0-based index to retrieve a specific table. If omitted, returns all tables in the section. |