We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6089122 + c7964a8 commit 3d630b3Copy full SHA for 3d630b3
index.html
@@ -134,6 +134,11 @@ <h2 id="installation">Installation & Dependencies</h2>
134
On the Mac, you can install from source or use <b>MacPorts</b>:<br />
135
<tt>sudo port install poppler | brew install poppler</tt><br />
136
</li>
137
+ <li>
138
+ (Optional) Install <a href="http://www.ghostscript.com/">Ghostscript</a>:<br />
139
+ <tt>[aptitude | port | brew] install ghostscript</tt><br />
140
+ Ghostscript is required to convert PDF and Postscript files.
141
+ </li>
142
<li>
143
(Optional) Install <a href="http://code.google.com/p/tesseract-ocr/">Tesseract</a>:<br />
144
<tt>[aptitude | port | brew] install [tesseract | tesseract-ocr]</tt><br />
0 commit comments