interface ExtractPagesFromPdfResult {
    pages: Page[];
}

Properties

Properties

pages: Page[]

The extracted pages