Values.PageSourceSpecifies the location of an occurrence of sensitive data in an Adobe Portable Document Format file.
type nonrec t = {lineRange : Range.t option;Reserved for future use.
*)offsetRange : Range.t option;Reserved for future use.
*)pageNumber : Awso.Import.Int64.t option;The page number of the page that contains the sensitive data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `Structure of (string * [> `Long of Awso.Import.Int64.t ]) list ])
list ]