Skip to content

zeropdf v1.3.0


zeropdf / ExtractTextOptions

Interface: 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

Released under the ISC license.