raw_page_count property

raw_page_count property

Gets the total number of document raw pages.

Remarks

Use IDocumentInfo.raw_page_count property instead of IDocumentInfo.page_count property for raw text extraction. Some documents have different page numbers in accurate and raw text extraction modes. IDocumentInfo.page_count property may perform extra calculations which impacts on text extraction speed in raw mode.

Definition:

@property
def raw_page_count(self):
    ...

See Also