On 8/24/07, Jukka Zitting <[EMAIL PROTECTED]> wrote:

> ...Extract metadata:
>
>     InputStream stream = ...;
>     Metadata metadata = new Metadata();
>     SomeTikaInterface parser = new SomeTikaClass();
>     parser.extractMetadata(stream, metadata);...

Maybe this (and extractContent() as well) need an additional
TikaParseOptions parameter that sets options just for this parsing
call?

This might come later though, and only if really needed.

Apart from that I like the suggested API.

-Bertrand

Reply via email to