Values.SplitDocumentSourceContains information about the pages of a document, defined by logical boundary.
type nonrec t = {index : UInteger.t option;The index for a given document in a DocumentGroup of a specific Type.
*)pages : PageList.t option;An array of page numbers for a for a given document, ordered by logical boundary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of UInteger.t
| `List of [> `Integer of UInteger.t ] list ])
list ]