From 78f7866554d2cfc4ea6d09fb8b21e7d811acfc0a Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 31 Oct 2009 03:04:56 +0000 Subject: [PATCH] sgml to xml git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@146 1aa58f4a-7d42-0410-adbc-911cccaed67c --- TODO | 1 - docs/index.html | 4 ++-- pdfminer/converter.py | 14 ++++++++++++-- samples/Makefile | 33 ++++++++++++++++++--------------- tools/pdf2txt.py | 12 ++++++------ 5 files changed, 38 insertions(+), 26 deletions(-) diff --git a/TODO b/TODO index 40aba69..ecc746c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ TODOs: - - sgml->xml - PEP-8 conformance. - Better text extraction / layout analysis. - Better API Documentation. diff --git a/docs/index.html b/docs/index.html index e7d1a23..47639bd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Oct 31 11:08:31 JST 2009 +Last Modified: Sat Oct 31 12:03:49 JST 2009
@@ -209,7 +209,7 @@ By default, it extracts texts from all the pages.