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.