pdfrx_web
    Preparing search index...

    Interface PdfLoadHighlightsOptions

    Options for PdfPage.loadHighlights and PdfDocument.loadHighlights.

    interface PdfLoadHighlightsOptions {
        includeText?: boolean;
    }
    Index
    includeText?: boolean

    Extract the page text covered by each highlight's quadpoints. This loads page text in addition to annotations, so it is disabled by default.