File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,18 +125,18 @@ <h2 id="installation">Installation & Dependencies</h2>
125125 < a href ="http://sourceforge.net/projects/graphicsmagick/files/ "> source</ a > ,
126126 or use a package manager:
127127< pre >
128- [aptitude | port] install graphicsmagick</ pre >
128+ [aptitude | port | brew ] install graphicsmagick</ pre >
129129 </ li >
130130 < li >
131131 Install < a href ="http://poppler.freedesktop.org/ "> Poppler</ a > .
132132 On Linux, use < b > aptitude</ b > , < b > apt-get</ b > or < b > yum</ b > :< br />
133133 < tt > aptitude install poppler-utils</ tt > < br />
134134 On the Mac, you can install from source or use < b > MacPorts</ b > :< br />
135- < tt > sudo port install poppler</ tt > < br />
135+ < tt > sudo port install poppler | brew install poppler </ tt > < br />
136136 </ li >
137137 < li >
138138 (Optional) Install < a href ="http://code.google.com/p/tesseract-ocr/ "> Tesseract</ a > :< br />
139- < tt > [aptitude | port] install tesseract</ tt > < br />
139+ < tt > [aptitude | port | brew ] install tesseract</ tt > < br />
140140 Without Tesseract installed, you'll still be able to extract text from
141141 documents, but you won't be able to automatically OCR them.
142142 </ li >
You can’t perform that action at this time.
0 commit comments