Values.DocumentLocationSourceThe Amazon S3 bucket that contains the document to be processed. It's used by asynchronous operations. The input document can be an image file in JPEG or PNG format. It can also be a file in PDF format.
type nonrec t = {s3Object : S3Object.t option;The Amazon S3 bucket that contains the input document.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]