We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540d000 commit 22925c3Copy full SHA for 22925c3
mindee/input/page_options.py
@@ -5,6 +5,8 @@
5
6
7
class PageOptions(NamedTuple):
8
+ """Options to pass to the `parse` method for cutting multipage documents."""
9
+
10
page_indexes: Sequence[int]
11
"""
12
Zero-based list of page indexes.
0 commit comments