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

    Interface ExtractTextOptions

    Options for extractText.

    interface ExtractTextOptions {
        onWarning?: (message: string) => void;
        pageMarkers?: boolean;
        pages?: PageSelection;
    }

    Hierarchy (View Summary)

    Index
    onWarning?: (message: string) => void

    delivered as each warning happens (also returned, in full, as warnings on the resolved result)

    pageMarkers?: boolean

    emit a ### pN marker before each page's content (output formatting only — report.pageStats is always populated regardless)

    convert only this page range (1-based, inclusive); defaults to the whole document