Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 324 Bytes

File metadata and controls

19 lines (11 loc) · 324 Bytes

Pages

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 */