Hi,
I', trying to build a custom Conversion API using Tika: it just will add
"something before" and "something after" the Tika parsers.

In this scenario, I would like to build a mechanism to allow a custom
object being built starting from a parsing result. This can be done easily
by working with a custom ContentHandler "transformer", but how can I
achieve this result using a RecursiveParserWrapper? In this case I can only
set a ContentHandlerFactory and the parser will just call the toString
method and set it as a metadata, is it right? Can we imagine something to
get the entire ContentHandler object for each subfile instead of the result
of the toString method?

Thanks
Andrea

Reply via email to