cpdf-source/cpdfst.mli
John Whitington a00a820e0e more
2024-07-03 13:42:09 +01:00

5 lines
158 B
OCaml

(** 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