Re: Tika Parsers jar?

2018-04-19 Thread AJ Weber
Yeah, I realized that at least testing I could just try the Tika App jar, which is way bigger. IDK why maven isn't finding it.  It seems to keep finding old versions from some other repo.  I have to sort-out why it's not finding the right dependencies. RELATED: So I simply replaced

Re: Tika Parsers jar?

2018-04-19 Thread Nick Burch
On Thu, 19 Apr 2018, AJ Weber wrote: But I can't find that jar anywhere in any of the download areas.  (I don't know why, but my maven isn't working properly.) You need to use Maven / Gradle / Ivy to fetch it, and everything it depends on Can someone point me to the location of such a jar

Tika Parsers jar?

2018-04-19 Thread AJ Weber
I'm trying to get the "container aware" parsers working with my app. I have tika-core.jar (v1.17), and nothing else in my classpath currently.  Using the simple "tika.detect()" with a TikaInputStream to determine mimetype. The online docs say "...the additional container aware detectors