Re: PDFParser in-process mode

2016-03-01 Thread Pei Chen
Thanks Nick. Just a copy and paste error in the email. I was able to figure out how to bypass the JornalParser and just use PDF ones. --Pei On Wed, 24 Feb 2016, Pei Chen wrote: > Does the default pdf parser using auto detect parser require to tika > to run in server mode? No > It seems to

Re: PDFParser in-process mode

2016-02-24 Thread Nick Burch
On Wed, 24 Feb 2016, Pei Chen wrote: Does the default pdf parser using auto detect parser require to tika to run in server mode? No It seems to try and open an http connection to localhost:8080 by default? Can it run in-process? The stacktrace shows you're not using the PDF parser: at

PDFParser in-process mode

2016-02-24 Thread Pei Chen
Hi tika-dev, Does the default pdf parser using auto detect parser require to tika to run in server mode? It seems to try and open an http connection to localhost:8080 by default? Can it run in-process? ... FileInputStream stream = new FileInputStream("src/test/resources/somepdf.pdf"); //works