pdf-parse
    Preparing search index...

    Interface TextResult

    TextResult

    interface TextResult {
        pages: PageTextResult[];
        text: string;
        total: number;
        getPageText(num: number): string;
    }
    Index

    Properties

    Methods

    Properties

    pages: PageTextResult[] = []
    text: string = ''
    total: number = 0

    Methods