read_document_text
Read specific chunks of extracted text from ETSI standards documents. Use with fetch_standard to progressively access full content by following offset pointers until completion.
Instructions
Read a chunk of the extracted text for a standard fetched with fetch_standard. Call repeatedly with the returned next_offset until done is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Character offset to read from (start with 0) | |
| standard_id | Yes | Standard ID returned by fetch_standard, e.g. 'TS-102-818' |