Module Values.AnalyzeIDRequestSource

Analyzes identity documents for relevant information. This information is extracted and returned as IdentityDocumentFields, which records both the normalized field and value of the extracted text. Unlike other Amazon Textract operations, AnalyzeID doesn't return any Geometry data.

Sourcetype nonrec t = {
  1. documentPages : DocumentPages.t;
    (*

    The document being passed to AnalyzeID.

    *)
}
Sourceval context_ : string
Sourceval make : documentPages:DocumentPages.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Blob of ImageBlob.t | `Structure of (string * [> `String of S3Bucket.t ]) list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t