office-text-extractor
Version:
Yet another library to extract text from MS Office and PDF files
8 lines (7 loc) • 298 B
TypeScript
import { TextExtractor } from './lib.js';
/**
* Create and returns a text extractor instance with the default extraction
* methods.
*/
export declare const getTextExtractor: () => TextExtractor;
export type { InputType, ExtractionPayload, TextExtractionMethod, TextExtractor, } from './lib.js';