Documentation for new v2.6 features

This commit is contained in:
John Whitington
2023-07-27 12:05:18 +01:00
parent b70c25a006
commit 7fc9bea729
10 changed files with 27 additions and 13 deletions

View File

@@ -1,4 +1,7 @@
(** Extract text *)
(** Experimental text extractor *)
(** Extract page text for a given page. *)
val extract_page_text : float option -> Pdf.t -> 'a -> Pdfpage.t -> string
(** Extract page text for given page range. *)
val extract_text : float option -> Pdf.t -> int list -> string