On Wed, Jun 1, 2011 at 3:50 PM, Nick Burch <[email protected]> wrote: > On Wed, 1 Jun 2011, Mohit Anchlia wrote: >> >> I am using solr 3.1 which I believe is using .8 apache Tika. I am getting >> following error. Is it possible to fix this error? > > It may be worth trying a newer copy of Tika. Otherwise, the error is coming > from Apache PDFBox (which Tika uses). If it isn't fixed with the latest > Tika+PDFBox, then you'll need to report the bug to PDFBox, and include the > problem file in your error report
I did this directly on pdfbox 1.4 that tika seems to be using and it works: java -jar pdfbox-app-1.4.0.jar ExtractText -console > > Nick >
