Appearance
zeropdf / ExtractTextOptions
Interface: ExtractTextOptions
Defined in: src/parser.ts:54
Options for ParsedPdfDocument.extractText.
Properties
| Property | Modifier | Type | Description | Defined 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 end | src/parser.ts:61 |