3 lines
130 B
OCaml
3 lines
130 B
OCaml
|
(** Remove images from a PDF, optionally adding crossed boxes. *)
|
||
|
val draft : string option -> bool -> int list -> Pdf.t -> Pdf.t
|