Function extractMarksFromDocument

  • Extracts marks records from a loaded PDF document.

    Returns

    The extracted marks records.

    Parameters

    • document: PDFDocumentProxy

      The target PDF document.

    • Optional options: ExtractionOptions

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

    Returns Promise<MarkRecord[]>

Generated using TypeDoc