From a1591f6a4d23685491ad0fa5d167493d3d236556 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Fri, 23 Oct 2009 14:51:40 +0000 Subject: [PATCH] charspace bug fixed. git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@139 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 9 +++++---- pdfminer/layout.py | 2 +- pdfminer/pdfdevice.py | 13 +++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 062c53b..61e75d2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,7 +18,7 @@ Python PDF parser and analyzer
-Last Modified: Sun Oct 4 12:47:18 JST 2009 +Last Modified: Thu Oct 15 19:01:07 JST 2009
@@ -141,6 +141,7 @@ PDFMiner comes with two handy tools:

pdf2txt.py extracts text contents from a PDF file. It extracts all the texts that are to be rendered programmatically, +ie. text represented as ASCII or Unicode strings. It cannot recognize texts drawn as images that would require optical character recognition. It also extracts the corresponding locations, font names, font sizes, writing direction (horizontal or vertical) for each text portion. @@ -183,9 +184,9 @@ By default, it extracts texts from all the pages.

-t type
Specifies the output format. The following formats are currently supported.