tika-user  

Re: Remove headers from the parser

Florent André
Tue, 26 Jan 2010 00:52:24 -0800

Thanks, It's work like a charm
HAND

On Mon, 25 Jan 2010 20:40:59 +0100, Jukka Zitting <jukka.zitt...@gmail.com>
wrote:
> Hi,
> 
> On Mon, Jan 25, 2010 at 3:50 PM, Florent André
> <florent.andre-...@4sengines.com> wrote:
>> I use the parse function many times with the same ContentHandler.
>> [...]
>> There is a way to deactivate the xml header sending ?
> 
> Check out the EmbeddedContentHandler [1] wrapper that's designed for
> this purpose.
> 
> [1]
>
http://lucene.apache.org/tika/0.5/api/org/apache/tika/sax/EmbeddedContentHandler.html
> 
> BR,
> 
> Jukka Zitting