Captured document

Overview

Model Name: CapturedDocument

Captured data from a single Document within the uploaded file(s).

Properties

confidence

Type
Double (double)
Required
true
Min. Value
0
Max. Value
1

Our model's confidence in the document's captured data, ranged between 0 and 1. Higher values indicate better predictions.

fields

Type
Map of arrays
Required
true
Min. Item Count
0

Detailed information about the fields that were captured from the uploaded documents. Each key in this object represents a field, the name of which depends on the form type; see the reference page of the form you're interested in for more details. Each value represents one or more captured piece of data.

form_type

Type
FormType
Required
true

No description available.

page_indexes

Type
List of integers
Required
true
Min. Item Count
1

The pages of the original Document from which the captured data was extracted. Pages will be zero-indexed, but this array might not start from zero (e.g. if a mixed document was uploaded).