UNPKG

office-text-extractor

Version:

Yet another library to extract text from MS Office and PDF files

4 lines (3 loc) 178 B
import { type Buffer } from 'node:buffer'; export declare const readFile: (filePath: string) => Promise<Buffer>; export declare const fetchUrl: (url: string) => Promise<Buffer>;