Hi all,

I am looking at
http://incubator.apache.org/tika/apidocs/org/apache/tika/parser/Parser.html
and wonder how I can extract links from the parsed document?

I ask because I want to use tika for the parsing part of droids instead
the custom code I have implemented ATM. 

As I understand the API I pass a SAX-handler, the stream and a meta data
object to the paser. The parser then populates the handler and the meta
data object by parsing the stream.

Essential part of a crawler is to extract links from the document it
parses. How do extracting out-links fit in tika? 

I mean I can use tika for populating the SAX-handler and extract the
links from there, or would it makes sense to do it in the parser?

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions

Reply via email to