From dda60dcafce960aa8b243b96a44985d87004b4eb Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sun, 31 Jan 2010 02:12:51 +0000 Subject: [PATCH] integrate TODO html. reorder the code bit. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@177 1aa58f4a-7d42-0410-adbc-911cccaed67c --- TODO | 7 - docs/index.html | 3 +- pdfminer/converter.py | 288 +++++++++++++++++++++--------------------- 3 files changed, 146 insertions(+), 152 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 2dc8b81..0000000 --- a/TODO +++ /dev/null @@ -1,7 +0,0 @@ -TODOs: - - PEP-8 conformance. - - Better text extraction / layout analysis. - - Better API Documentation. - - Robust error handling. - - Crypt stream filter support. (More sample documents are needed!) - - CCITTFax stream filter support. diff --git a/docs/index.html b/docs/index.html index aa24ddf..6d3f663 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sun Jan 31 10:38:26 JST 2010 +Last Modified: Sun Jan 31 11:11:26 JST 2010
@@ -333,6 +333,7 @@ no stream header is displayed for the ease of saving it to a file.

TODOs