get_document
Retrieve complete Spec3 racing documents with full text and visual content including diagrams and tables from PDF files stored in S3 storage.
Instructions
Retrieve full text and visual content of Spec3 racing reference documents.
Fetches complete PDF content from S3 including text and page images. Page images preserve diagrams, tables, and formatting that text extraction cannot capture.
Args: document_id: Document ID from list_documents (e.g., "spec3_rules") page_start: Starting page number (default: 1) page_end: Ending page number (default: None for all remaining pages) include_images: Include page images for diagrams/tables (default: True)
Returns: dict: Document text, page images (base64), metadata, and page range
Input Schema
Name | Required | Description | Default |
---|---|---|---|
document_id | Yes | ||
include_images | No | ||
page_end | No | ||
page_start | No |