From a16eba30b7e6723550553364b4941304be3568b1 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 24 Apr 2010 04:32:21 +0000 Subject: [PATCH] release 20100424 git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@210 1aa58f4a-7d42-0410-adbc-911cccaed67c --- docs/index.html | 10 +++++++--- pdfminer/__init__.py | 2 +- setup.py | 13 ++++++------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5f9be8a..227732d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Apr 24 02:48:00 UTC 2010 +Last Modified: Sat Apr 24 04:30:10 UTC 2010
@@ -41,8 +41,7 @@ Last Modified: Sat Apr 24 02:48:00 UTC 2010

What's It?

-PDFMiner is a suite of programs that help -extracting some information from PDF documents. +PDFMiner is a tool for extracting information from PDF documents. Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data. PDFMiner allows to obtain the exact location of texts in a page, as well as @@ -270,6 +269,10 @@ are M = 1.0, L = 0.3, and W = 0.2, respectively.

-n
Suppress layout analysis.

+

-A +
Forces to perform layout analysis for all the text strings, +including texts contained in figures. +

-s scale
Specifies the output scale. Can be used in HTML format only.

@@ -374,6 +377,7 @@ no stream header is displayed for the ease of saving it to a file.


Changes