Package version:

Interface DocumentParagraph

A paragraph object consisting with contiguous lines generally with common alignment and spacing.

Hierarchy

  • DocumentParagraph

Properties

boundingRegions?: BoundingRegion[]

Bounding regions covering the paragraph.

content: string

Concatenated content of the paragraph in reading order.

role?: string

Semantic role of the paragraph.

spans: DocumentSpan[]

Location of the paragraph in the reading order concatenated content.

Generated using TypeDoc