From 23be96c49e9e7f12b2932cde8a12a58fb6bd59e3 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 27 Feb 2010 03:59:25 +0000 Subject: [PATCH] CAUTION! changed the way of internal layout handling. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@184 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 5 ++- pdfminer/converter.py | 52 ++++++++++++------------- pdfminer/layout.py | 90 +++++++++++++++++++++++-------------------- pdfminer/pdfdevice.py | 82 ++++++++++----------------------------- pdfminer/utils.py | 5 ++- 5 files changed, 102 insertions(+), 132 deletions(-) diff --git a/docs/index.html b/docs/index.html index b119389..bf81c2e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Mon Feb 15 14:41:49 UTC 2010 +Last Modified: Sat Feb 27 03:58:45 UTC 2010
@@ -348,7 +348,8 @@ no stream header is displayed for the ease of saving it to a file.

Changes