This commit is contained in:
John Whitington 2024-07-03 13:42:09 +01:00
parent c71e0773a3
commit a00a820e0e
2 changed files with 6 additions and 0 deletions

View File

@ -1 +1,4 @@
(* Operations on structure trees. *)
open Pdfutil
let trim_structure_tree pdf range = ()

View File

@ -1 +1,4 @@
(** 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