UNPKG

document-outline-extractor

Version:

Extract structured outlines from documents with optional AI enhancement

5 lines 349 B
export { OutlineExtractor } from './extractor'; export { OpenAIClient } from './openai'; export { OutlineNode, ExtractOptions, OutlineExtractorConfig, OutlineFormat, ChunkingStrategy, QualityMetrics } from './types'; export { extractHeadings, buildOutlineTree, renderOutline, computeOutlineScore } from './utils'; //# sourceMappingURL=index.d.ts.map