mindee
    Preparing search index...

    Function extractFromPage

    • Extracts elements from a page based off of a list of bounding boxes.

      Parameters

      • pdfPage: PDFPage

        PDF Page to extract from.

      • polygons: Polygon[]

        List of coordinates to pull the elements from.

      Returns Promise<Uint8Array<ArrayBufferLike>[]>