documentation fix

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@84 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2009-04-08 10:36:49 +00:00
parent 162c5f0bfa
commit b585eca59b
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Python PDF parser and analyzer
<div align=right class=lastmod> <div align=right class=lastmod>
<!-- hhmts start --> <!-- hhmts start -->
Last Modified: Thu Apr 2 08:21:56 JST 2009 Last Modified: Sat Apr 4 09:14:28 JST 2009
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
@ -89,13 +89,13 @@ this is very matured to the point that it really should be widely distributed.
(For now, it's not yet up to the standard, IMO.) (For now, it's not yet up to the standard, IMO.)
<ol> <ol>
<li> Install <a href="http://www.python.org/download/">Python</a> 2.5 or newer. <li> Install <a href="http://www.python.org/download/">Python</a> 2.4 or newer.
<li> Download the <a href="#source">PDFMiner source</a>. <li> Download the <a href="#source">PDFMiner source</a>.
<li> Extract it. <li> Extract it.
<li> Go to the <code>pdfminer</code> directory. <li> Go to the <code>pdfminer</code> directory.
<li> Do the following test:<br> <li> Do the following test:<br>
<blockquote><pre> <blockquote><pre>
$ <strong>python -m pdflib.pdf2txt samples/simple1.pdf</strong> $ <strong>python pdflib/pdf2txt.py samples/simple1.pdf</strong>
&lt;html&gt;&lt;head&gt;&lt;meta http-equiv="Content-Type" content="text/html; charset=ascii"&gt; &lt;html&gt;&lt;head&gt;&lt;meta http-equiv="Content-Type" content="text/html; charset=ascii"&gt;
&lt;/head&gt;&lt;body&gt; &lt;/head&gt;&lt;body&gt;
&lt;div style="position:absolute; top:50px;"&gt;&lt;a name="1"&gt;Page 1&lt;/a&gt;&lt;/div&gt;&lt;span style="position:absolute; border: 1px solid gray; left:0px; top:50px; width:612px; height:792px;"&gt;&lt;/span&gt; &lt;div style="position:absolute; top:50px;"&gt;&lt;a name="1"&gt;Page 1&lt;/a&gt;&lt;/div&gt;&lt;span style="position:absolute; border: 1px solid gray; left:0px; top:50px; width:612px; height:792px;"&gt;&lt;/span&gt;