sempdf
sempdf v1.9.1Interfaces

Interface: ExtractTextOptions

sempdf v1.9.1


sempdf / ExtractTextOptions

Defined in: src/parser.ts:54

Options for ParsedPdfDocument.extractText.

Properties

PropertyModifierTypeDescriptionDefined in
readingOrder?readonly"structure" | "stream"Reading order strategy: - "stream" (default): runs in content-stream order - "structure": runs reordered to match StructTree traversal via MCID; runs without MCID are appended in stream order at the endsrc/parser.ts:61

On this page