diff --git a/docs/index.html b/docs/index.html index 08b4a85..0da5fa7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Mon May 10 23:02:20 UTC 2010 +Last Modified: Sat May 29 11:57:59 UTC 2010
@@ -29,7 +29,7 @@ Last Modified: Mon May 10 23:02:20 UTC 2010
  • Install   (for CJK languages)
  • How to Use(pdf2txt.py, dumppdf.py)(pdf2txt.py, dumppdf.py, use as library)
  • Technical Documents
  • TODOs
  • Changes @@ -349,6 +349,13 @@ no stream header is displayed for the ease of saving it to a file.
    Increases the debug level. + +

    Use as Library

    +

    +PDFMiner can be used as a library by other Python programs. +

    +For details, see the Programming with PDFMiner page. +


    Technical Documents

    diff --git a/docs/usage.html b/docs/programming.html similarity index 99% rename from docs/usage.html rename to docs/programming.html index bb7f704..cc3e946 100644 --- a/docs/usage.html +++ b/docs/programming.html @@ -9,7 +9,7 @@ blockquote { background: #eeeeee; } -->

    -[Back to PDFMiner] +[Back to PDFMiner homepage]

    Programming with PDFMiner