UNPKG

office-text-extractor

Version:

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

8 lines (7 loc) 267 B
import { TextExtractor } from './lib.js'; /** * Create and returns a text extractor instance with the default extraction * methods. */ export declare const getTextExtractor: () => TextExtractor; export type { TextExtractionMethod, TextExtractor } from './lib.js';