Package version:

Interface DocumentFormula

An extracted formula.

Hierarchy

Properties

confidence: number

Confidence of correctly extracting the formula.

kind: string

The type of formula that was extracted. One of:

  • "inline": a formula embedded in the content of a paragraph.
  • "display": a formula in display mode that takes up a whole line.
polygon?: Point2D[]

Bounding polygon of the entity.

Location of the formula in the reading-order concatenated content.

value: string

A LaTeX expression describing the formula.

Generated using TypeDoc