Skip to content

zeropdf v1.5.0


zeropdf / PdfTextStructureTag

Type Alias: PdfTextStructureTag

ts
type PdfTextStructureTag = 
  | "P"
  | "H1"
  | "H2"
  | "H3"
  | "H4"
  | "H5"
  | "H6"
  | "Span"
  | "Quote"
  | "Note"
  | "Reference"
  | "BibEntry"
  | "Code"
  | "Lbl"
  | "LBody";

Defined in: src/types.ts:228

Standard structure tags for text-like tagged PDF content.

Released under the ISC license.