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