Pages
April 7, 2026 ยท View on GitHub
Specific pages to process. Accepts a list of integers or a string of comma-separated numbers and ranges (e.g. '0,1,2' or '0-5' or '0,2-4'). Page numbers start from 0.
Supported Types
str
value: str = /* values here */
List[int]
value: List[int] = /* values here */