Module MuPDF.Page

Pages.

type t = page

A page.

val boundary : page -> Rectangle.t

Determine the size of a page at 72 dpi.

val run : ?transform:Matrix.t -> page -> device -> unit

Run a page through a device.

val get_text : page -> string

String representation of the contents of the page.

Search for needle in a page. Returns the list of matching quad bounding boxes.