Extracts text from multiple pages into a list of strings.
| Name | Type | Required | Description |
|---|---|---|---|
| start_page | Optional[int] | No | The zero-indexed start page. Defaults to the first page if not specified. |
| end_page | Optional[int] | No | The zero-indexed end page (inclusive). Defaults to the last page if not specified. |
| type | Literal["extractTextFromPagesToArray"] | Yes | None |