This commit is contained in:
John Whitington
2022-09-27 19:58:27 +01:00
parent e165a3bf5f
commit 7d181bf13d
8 changed files with 134 additions and 130 deletions

4
cpdfextracttext.mli Normal file
View File

@@ -0,0 +1,4 @@
(** Extract text *)
val extract_page_text : float option -> Pdf.t -> 'a -> Pdfpage.t -> string
val extract_text : float option -> Pdf.t -> int list -> string