cpdf-source/cpdfextracttext.mli

5 lines
160 B
OCaml
Raw Normal View History

2022-09-27 20:58:27 +02:00
(** Extract text *)
val extract_page_text : float option -> Pdf.t -> 'a -> Pdfpage.t -> string
val extract_text : float option -> Pdf.t -> int list -> string