Values.PageClassificationSourceThe class assigned to a Page object detected in an input document. Contains information regarding the predicted type/class of a document's page and the page number that the Page object was detected on.
type nonrec t = {pageType : PredictionList.t option;The class, or document type, assigned to a detected Page object. The class, or document type, assigned to a detected Page object.
*)pageNumber : PredictionList.t option;The page number the value was detected on, relative to Amazon Textract's starting position.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Float of Percent.t | `String of NonEmptyString.t ])
list ]
list ])
list ]