Module Pdfcmap

module Pdfcmap: sig .. end

Parsing ToUnicode and other CMaps


type t = {
   map : (int * string) list;
   wmode : int;
}
val parse_cmap : to_unicode:bool -> Pdf.t -> Pdf.pdfobject -> t

Parse a CMap.