Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Status
colourPurpleYellow
titlestartedfor review

Approver

Pavel Shkadzko

Describes a numeric value (integer/float).

Code Block
//numeric

{
    "entity": "numeric",
    "value": "12.5",
    "box": {
        "page": 1,
        "left": 429.0,
        "top": 133.0,
        "width": 53.0,
        "height": 8.0
    }
}
Format

Name

Type

Description

entity

string

numeric

value

string

Numeric value in string.

box

bounding-box

Bounding box of the occurrence including the page number.

...