Function extractMarksFromPage

  • Extracts marks records from a loaded PDF page.

    Returns

    The extracted marks records.

    Parameters

    • page: PDFPageProxy

      The target PDF page.

    • Optional options: ExtractionOptions

      Additional options for the extraction process. (for example to enable back the merging functionality)

    Returns Promise<MarkRecord[]>

Generated using TypeDoc