Values.DocumentMetadataSourceInformation about the document, discovered during text extraction.
type nonrec t = {pages : Integer.t option;Number of pages in the document.
*)extractedCharacters : ListOfExtractedCharacters.t option;List of pages in the document, with the number of characters extracted from each page.
*)}