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