Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "TikaOCR" page has been changed by ChrisMattmann: https://wiki.apache.org/tika/TikaOCR?action=diff&rev1=7&rev2=8 Comment: - add serial num = Mac Installation Instructions = - 1. If you are lucky `brew install tesseract --all-languages` will work, if not, read on + 1. If you are lucky `brew install tesseract --all-languages --with-serial-num-pack` will work, if not, read on == Issues with Installing via Brew == If you have trouble installing via Brew, some options to try: - 1. try typing `brew -v install tesseract --all-languages` + 1. try typing `brew -v install tesseract --all-languages --with-serial-num-pack` 2. try to discern any make/configure errors. YMMV here. 3. if brew won't do it, you can also try and install Tesseract [[https://tesseract-ocr.googlecode.com|from source]]. @@ -26, +26 @@ 1. uninstall tesseract `brew uninstall tesseract` 2. uninstall leptonica `brew uninstall leptonica` 3. install leptonica with tiff support `brew install leptonica --with-libtiff` - 4. install tesseract `brew install tesseract --all-languages` + 4. install tesseract `brew install tesseract --all-languages --with-serial-num-pack` = Using Tika and Tesseract =
