Function parsePageItems

  • Parses individual text items generated by pdf.js This allows lower level control of what actually gets parsed. For example, a consumer of this function may remove entire sections of the pdf text prior to passing items in here. See parsePage function above for example usage.

    Parameters

    • pdfItems: TextItem[]

      An array of TextItem items.

    Returns PdfPage