From b0c6068da1d73fa890242849969c4df0799327ae Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Wed, 4 Nov 2009 09:48:26 +0000 Subject: [PATCH] Added docstring by Yannick Gingras. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@149 1aa58f4a-7d42-0410-adbc-911cccaed67c --- pdfminer/cmap.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pdfminer/cmap.py b/pdfminer/cmap.py index f0ea641..695ad51 100644 --- a/pdfminer/cmap.py +++ b/pdfminer/cmap.py @@ -1,4 +1,16 @@ #!/usr/bin/env python + +""" Adobe character mapping (CMap) support. + +CMaps provide the mapping between character codes and Unicode +code-points to character ids (CIDs). + +More information is available on the Adobe website: + + http://opensource.adobe.com/wiki/display/cmap/CMap+Resources + +""" + import sys import re import os