page_range
parameter in the advanced options. You can either specify a single range of pages or multiple ranges for more complex scenarios.
Single range configuration
For processing a continuous range of pages, specify a single object withstart
and end
page numbers:
Multiple ranges configuration
For processing multiple distinct ranges of pages, provide a list of range objects:- Pages 1 through 5
- Pages 10 through 15
Notes
- Page numbers are 1-indexed (first page is page 1)
- If no page range is specified, the entire document will be processed
- The
end
page must be greater than or equal to thestart
page - For multiple ranges, they do not need to be in order
- Overlapping ranges are allowed and will be processed only once