Re: Tika - XHTML to Json

2014-09-29 Thread Vineet Ghatge Hemantkumar
e of great help. > > Best Regards, > Harsh Singh > On Sep 28, 2014, at 7:37 PM, Vineet Ghatge Hemantkumar > wrote: > > Hi Harsh, > > Yes, Overriding the ToTexthandler from SAX handler package should be the > way to go. You will need to override the existing methods. Ge

Re: Tika - XHTML to Json

2014-09-28 Thread Vineet Ghatge Hemantkumar
Hi Harsh, Yes, Overriding the ToTexthandler from SAX handler package should be the way to go. You will need to override the existing methods. Generic approach of using context handler may not work for JSON. HTH! Regards, Vineet On Sun, Sep 28, 2014 at 7:14 PM, Harsh Singh wrote: > Hi All, > >

Re: Apache Tika - JSON?

2014-09-27 Thread Vineet Ghatge Hemantkumar
you probably know. > > > > I plan to add a json version of the RecursiveParserWrapper (list of > Metadata objects with one entry for content) to the app shortly. Would > that be of any use? > > > > Are you using the app, the server, or calling Tika programmatically?

Apache Tika - JSON?

2014-09-25 Thread Vineet Ghatge Hemantkumar
Hello all, I was wondering if there any in built parser to get help in conversion from XHTML to JSON. My research showed that there is one named org.apache.io.json which just one method implemented. Also, I tried GJSON library to do this, but it does not seem to work with Tika. Any suggestions wi