Skip to content

TextItem

Unofficial

A single text item extracted from a PDF page.

Import:

import type { TextItem } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface TextItem

Properties

PropertyTypeDescription
dirstringText direction.
fontNamestringFont name reference.
hasEOLbooleanWhether this item has an end-of-line marker.
heightnumberHeight of the text item.
strstringThe text string.
transformnumber[]Transformation matrix for the text item.
widthnumberWidth of the text item.

Links to this page: