office-text-extractor-browser
Version:
Fork of office-text-extractor with unreleased changes that include browser support
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';