Class PageSpan (1.87.0)

PageSpan(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents where the chunk starts and ends in the document.

Attributes

Name Description
first_page int
Page where chunk starts in the document. Inclusive. 1-indexed.
last_page int
Page where chunk ends in the document. Inclusive. 1-indexed.

Methods

PageSpan

PageSpan(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents where the chunk starts and ends in the document.