diff --git a/docs/index.html b/docs/index.html index debb308..0b2bf30 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Fri Mar 12 13:45:59 UTC 2010 +Last Modified: Sat Mar 20 05:43:04 UTC 2010
@@ -131,7 +131,7 @@ In order to handle CJK languages, an additional data called CMap is required. CMap files are not installed by default.

-Here is the additional step you need: +Here is the additional step you need to take:

 # make cmap
 python tools/conv_cmap.py pdfminer/cmap Adobe-CNS1 cmaprsrc/cid2code_Adobe_CNS1.txt cp950 big5
@@ -348,6 +348,7 @@ no stream header is displayed for the ease of saving it to a file.
 

Changes