Re: Analysing a document sections with Apache Tika

2017-05-04 Thread Thamme Gowda
Hi, You CAN use tika in java code. Tika is primarily written in Java and you will have no issues using in Java. It may be a lot easier to use tika with Grobid instead of using Grobid directly. Checkout what resources are added to the classpath of "Tika-App"

Re: Analysing a document sections with Apache Tika

2017-05-04 Thread Chris Mattmann
FYI here: http://wiki.apache.org/tika/GrobidJournalParser From: "tesm...@gmail.com" Reply-To: "user@tika.apache.org" Date: Thursday, May 4, 2017 at 8:38 AM To: "user@tika.apache.org" Cc: "thammego...@apache.org"

Re: Analysing a document sections with Apache Tika

2017-05-04 Thread tesm...@gmail.com
Dear Thamme, Thanks for your reply and the suggestions. I build Grobid usign the instruction from http://grobid.readthedocs.io/en/latest/Install-Grobid/ Trying to run the following example code from GitHub repository( https://github.com/kermitt2/grobid-example) = import