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 
org.apache.tika.parser.journal.GrobidRESTParser.parse(GrobidRESTParser.java:74)
at org.apache.tika.parser.journal.JournalParser.parse(JournalParser.java:60)

See https://wiki.apache.org/tika/GrobidJournalParser for how to configure the grobid parser if you want to use it

Nick

Reply via email to