mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-17 04:10:48 +01:00
5 lines
158 B
OCaml
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
|