Page range for document extraction.
| Name | Type | Required | Description |
|---|---|---|---|
| start_page_inclusive | Optional[int] | No | Start page index (0-based, inclusive). If not provided, defaults to start of document. |
| end_page_exclusive | Optional[int] | No | End page index (0-based, exclusive). If not provided, defaults to end of document. |