Configuration
Page Ranges
Learn how to process specific pages or ranges of pages in your documents
Reducto allows you to specify which pages of a document to process using the 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 with start
and end
page numbers:
This configuration will process pages 1 through 10 of your document.
Multiple Ranges Configuration
For processing multiple distinct ranges of pages, provide a list of range objects:
This configuration will process:
- 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
Was this page helpful?