RE: tesseract issue

2015-09-09 Thread Allison, Timothy B.
You can build from source if you have an interest (and the bandwidth, time and disk space) or pull a nightly build if you don’t want to wait for 1.11, for example: https://builds.apache.org/view/Tika/job/tika-trunk-jdk1.7/849/org.apache.tika$tika-app/ Thank you, Christian! Best, Tim

Re: tesseract issue

2015-09-09 Thread Brian Young
Ah that is very good- thank you. Looks like it will be in 1.11. On Wed, Sep 9, 2015 at 4:00 PM, Christian Wolfe wrote: > Brian, > > I submitted a patch for this bug that was accepted by the team - > https://github.com/apache/tika/pull/56 > > I do'nt think it has made it to any release version

Re: tesseract issue

2015-09-09 Thread Christian Wolfe
Brian, I submitted a patch for this bug that was accepted by the team - https://github.com/apache/tika/pull/56 I do'nt think it has made it to any release version. On Wed, Sep 9, 2015 at 3:55 PM, Brian Young wrote: > Hello, > > On OS X at least, tesseract and tessdata may not be under a common

tesseract issue

2015-09-09 Thread Brian Young
Hello, On OS X at least, tesseract and tessdata may not be under a common root. e.g.: /opt/local/share/tessdata /opt/local/bin/tesseract Unfortunately it looks like TesseractOCRParser does not accommodate for this since there is only one configuration value that is used for finding the binary