Interface: PageTextExtraction
Per-page extraction result.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
pageIndex | readonly | number | Zero-based page index. |
runs | readonly | readonly PositionedTextRun[] | Positioned runs in stream order. |
text | readonly | string | Concatenated text in stream order. |