sempdf
sempdf v1.9.1Interfaces

Interface: ParsedPdfStructureElement

sempdf v1.9.1


sempdf / ParsedPdfStructureElement

Defined in: src/parser.ts:162

Tagged structure element discovered while parsing an existing PDF.

Properties

PropertyModifierTypeDescriptionDefined in
actualText?readonlystringReplacement text exposed to assistive technology.src/parser.ts:176
altText?readonlystringAlternate text for tagged non-text content.src/parser.ts:174
children?readonlyreadonly ParsedPdfStructureElement[]Nested child list items or structure elements.src/parser.ts:180
id?readonlystringUnique identifier assigned to the structure element.src/parser.ts:172
language?readonlystringBCP 47 language tag for document or structure content.src/parser.ts:178
mcid?readonlynumberFirst marked-content id associated with the structure element.src/parser.ts:168
mcids?readonlyreadonly number[]Marked-content ids associated with the structure element.src/parser.ts:170
pageObjectId?readonlynumberObject id of the page associated with this item.src/parser.ts:166
rolereadonlystringStructure role used to tag this content.src/parser.ts:164

On this page