pdfrx_web
    Preparing search index...

    Interface SelectionPoint

    A (page text, character index) pair; both selection ends are inclusive.

    interface SelectionPoint {
        index: number;
        text: PdfPageText;
    }
    Index
    index: number