Values.LendingDetectionSourceThe results extracted for a lending document.
type nonrec t = {text : String_.t option;The text extracted for a detected value in a lending document.
*)selectionStatus : SelectionStatus.t option;The selection status of a selection element, such as an option button or check box.
*)geometry : Geometry.t option;confidence : Percent.t option;The confidence level for the text of a detected value in a lending document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of Percent.t
| `String of String_.t
| `Structure of
(string
* [> `Float of Angle.t
| `List of
[> `Structure of (string * [> `Float of Float_.t ]) list ]
list
| `Structure of (string * [> `Float of Float_.t ]) list ])
list ])
list ]