diff --git a/README.html b/README.html index 0345d0f..f683421 100644 --- a/README.html +++ b/README.html @@ -18,7 +18,7 @@ Python PDF parser and analyzer
-Last Modified: Sun May 17 15:39:06 JST 2009 +Last Modified: Sun May 17 22:57:53 JST 2009
@@ -51,8 +51,8 @@ PDF parser that can be used for other purpoes instead of text analysis.

Download:
- -http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090330.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090517.tar.gz (1.8Mbytes) @@ -126,10 +126,11 @@ For example: $ cd /usr/lib/python2.5/site-packages $ tar jxf CMap.tar.bz2 -

  • Do the follwoing: (this is optional but highly recommended)
    +
  • Do the follwoing. (this is optional, but highly recommended)
    -$ python -m pdfminer.cmap /usr/lib/python2.5/site-packages/CMap
    +$ python -m pdfminer.cmap
     
    +This may take several minutes. @@ -260,6 +261,7 @@ no stream header is displayed for the ease of saving it to a file.

    Changes