Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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