Values.DocumentGroupSourceSummary information about documents grouped by the same document type.
type nonrec t = {type_ : NonEmptyString.t option;The type of document that Amazon Textract has detected. See Analyze Lending Response Objects for a list of all types returned by Textract.
*)splitDocuments : SplitDocumentList.t option;An array that contains information about the pages of a document, defined by logical boundary.
*)detectedSignatures : DetectedSignatureList.t option;A list of the detected signatures found in a document group.
*)undetectedSignatures : UndetectedSignatureList.t option;A list of any expected signatures not found in a document group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of UInteger.t
| `List of [> `Integer of UInteger.t ] list ])
list ]
list
| `String of NonEmptyString.t ])
list ]