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