mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
Documentation for new v2.6 features
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user