interface Text {
    language: string;
    name?: string;
    page: number;
    text: string;
}

Properties

Properties

language: string

The language of the text.

name?: string

The name of the PDF file (if any).

page: number

The page number. Starts at 1.

text: string

The text content of the page.

MMNEPVFCICPMFPCPTTAAATR