Expand description
Page range parsing and filtering.
Parses page range strings like โ1-3,5,7-10โ into a set of 1-based page numbers, then filters pipeline pages to keep only selected ones.
Functionsยง
- filter_
pages - Filter pages to keep only those in the selected set.
selectedcontains 1-based page numbers. Returns a new Vec with only the selected pages (preserving order). - parse_
page_ range - Parse a page range string into a set of 1-based page numbers.