From a09b71d89d52203a4f82289f9155b980493b2e06 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 24 Oct 2009 03:44:32 +0000 Subject: [PATCH] git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@141 1aa58f4a-7d42-0410-adbc-911cccaed67c --- TODO | 1 + docs/index.html | 42 ++++++++++++++++++++++++++++++++++++++---- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 91fca9c..ecc746c 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ TODOs: + - PEP-8 conformance. - Better text extraction / layout analysis. - Better API Documentation. - Robust error handling. diff --git a/docs/index.html b/docs/index.html index 19c91f8..98fdb38 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,10 +18,23 @@ Python PDF parser and analyzer
-Last Modified: Sat Oct 24 11:49:05 JST 2009 +Last Modified: Sat Oct 24 12:42:25 JST 2009
+ +

What's It?

@@ -76,7 +89,7 @@ http://pdf2html.tabesugi.net:8080/
-

How to Install

+

Install

  1. Install Python 2.4 or newer. @@ -89,13 +102,22 @@ http://pdf2html.tabesugi.net:8080/
  2. Do the following test:
     $ pdf2txt.py samples/simple1.pdf
    -
    +Hello
     
     Hello
     
     World
     
    - Hello  World
    +World
    +
    +Hello
    +
    +World
    +
    +H e l l o
    +
    +W o r l d
    +
     
  3. Done!
@@ -316,6 +338,16 @@ no stream header is displayed for the ease of saving it to a file.
Increases the debug level. + +
+

TODOs

+ +

Changes

@@ -361,6 +393,8 @@ no stream header is displayed for the ease of saving it to a file.

Terms and Conditions

+(This is so-called MIT/X License) +

Copyright (c) 2004-2009 Yusuke Shinyama <yusuke at cs dot nyu dot edu>