Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 600 Bytes

File metadata and controls

12 lines (8 loc) · 600 Bytes

PageRange

Page range for document extraction.

Properties

Name Type Required Description
start_page_inclusive Optional[int] No Start page index (0-based, inclusive). If not provided, defaults to start of document.
end_page_exclusive Optional[int] No End page index (0-based, exclusive). If not provided, defaults to end of document.

[Back to Model list] [Back to API list] [Back to README]