Skip to main content
Elements of the checkmarks array are objects describing checkmarks detected on the document. A checkmark can either be placed, not placed, or corrected.

Property

Data type

Description

position

rect

The coordinates of the rectangular region on the document where the checkmark is located.

confidence

confidence

This value can be either 0 (uncertain) or 100 (certain).

value

string enum

The state of the checkmark.

Possible values:

  • checked
  • unchecked
  • corrected
  • unknown