documentation fix

pull/1/head
Yusuke Shinyama 2011-02-14 22:32:18 +09:00
parent cbd58121e3
commit 83b0283cc0
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<div align=right class=lastmod> <div align=right class=lastmod>
<!-- hhmts start --> <!-- hhmts start -->
Last Modified: Sun Dec 26 08:31:09 UTC 2010 Last Modified: Mon Feb 14 13:31:54 UTC 2011
<!-- hhmts end --> <!-- hhmts end -->
</div> </div>
@ -32,7 +32,7 @@ Python PDF parser and analyzer
<ul> <ul>
<li> <a href="#cmap">CJK languages support</a> <li> <a href="#cmap">CJK languages support</a>
</ul> </ul>
<li> <a href="#documentation">Documentation</a> <li> <a href="#tools">Command Line Tools</a>
<ul> <ul>
<li> <a href="#pdf2txt">pdf2txt.py</a> <li> <a href="#pdf2txt">pdf2txt.py</a>
<li> <a href="#dumppdf">dumppdf.py</a> <li> <a href="#dumppdf">dumppdf.py</a>
@ -159,9 +159,9 @@ paste the following commands on a command line prompt:
<strong>python setup.py install</strong> <strong>python setup.py install</strong>
</pre></blockquote> </pre></blockquote>
<h2><a name="documentation">Documentation</a></h2> <h2><a name="tools">Command Line Tools</a></h2>
<p> <p>
PDFMiner comes with two command line tools: PDFMiner comes with two handy tools:
<code>pdf2txt.py</code> and <code>dumppdf.py</code>. <code>pdf2txt.py</code> and <code>dumppdf.py</code>.
<h3><a name="pdf2txt">pdf2txt.py</a></h3> <h3><a name="pdf2txt">pdf2txt.py</a></h3>