import type { PDFPageProxy, TextItem } from 'pdfjs-dist/types/src/display/api'; /** * Gets the text items in a PDF page. * @param page The target PDF page. * @returns The text items of the page. */ export declare function getTextItems(page: PDFPageProxy): Promise; //# sourceMappingURL=document-parser.d.ts.map