TextContent
Unofficial
Text content extracted from a PDF page.
Import:
import type { TextContent } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface TextContentProperties
| Property | Type | Description | |
|---|---|---|---|
| items | TextItem[] | Text items in the content. | |
| styles | Record<string, PdfTextStyle> | Style definitions referenced by text items. |
Links to this page: