Checkmarks array elements
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:
|
11/7/2025 12:48:30 PM