You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by Apache Wiki <wi...@apache.org> on 2019/05/05 21:07:09 UTC

[Tika Wiki] Update of "TikaOCR" by ChrisMattmann

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=16&rev2=17

Comment:
- brew doesn't accept options anymore

  
  = Mac Installation Instructions =
  
-  1. If you are lucky `brew install tesseract --with-all-languages --with-serial-num-pack` will work, if not, read on
+  1. If you are lucky, try this and it will work:
+ 
+ {{{
+ brew install tesseract 
+ brew install tesseract-lang
+ }}}
+ 
+ if not, read on
  
  == Issues with Installing via Brew ==