UNPKG

office-text-extractor

Version:

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

3 lines (2 loc) 143 B
export declare const readFile: (filePath: string) => Promise<Uint8Array>; export declare const fetchUrl: (url: string) => Promise<Uint8Array>;