Added docstring by Yannick Gingras.

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@149 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2009-11-04 09:48:26 +00:00
parent 77986b8273
commit b0c6068da1
1 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,16 @@
#!/usr/bin/env python #!/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 sys
import re import re
import os import os