Page range

Learn how to configure the pageRange preprocessor to limit document extraction to specific pages using startPage and endPage parameters.

Ignores pages outside the start page and end page.

Note: To configure a page range on a field-by-field basis for LLM-based methods, see each method's Page Range parameter.

Parameters

keyvaluedescription
typepageRange
startPagenumber. default: 0Zero-based index of the first page (inclusive).
endPagenumber. default: last pageZero-based index of the last page (exclusive).

Did this page help you?