pdf-text-reader - v5.1.1
    Preparing search index...

    Type Alias PdfPage

    A single page within a PDF file.

    type PdfPage = {
        lines: string[];
    }
    Index

    Properties

    Properties

    lines: string[]