more
This commit is contained in:
parent
c71e0773a3
commit
a00a820e0e
|
@ -1 +1,4 @@
|
||||||
(* Operations on structure trees. *)
|
(* Operations on structure trees. *)
|
||||||
|
open Pdfutil
|
||||||
|
|
||||||
|
let trim_structure_tree pdf range = ()
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
(** Structure trees *)
|
(** Structure trees *)
|
||||||
|
|
||||||
|
(** Trim structure tree to remove parts marked as not in the page range given. *)
|
||||||
|
val trim_structure_tree : Pdf.t -> int list -> unit
|
||||||
|
|
Loading…
Reference in New Issue