@effortlessmotion/pdf-to-md
    Preparing search index...

    Interface PageSelection

    A 1-based, inclusive page range — the shape every entry point's pages option takes (the CLI's own --pages N[-M] parses into this).

    interface PageSelection {
        first: number;
        last?: number;
    }
    Index
    first: number
    last?: number

    inclusive; defaults to first