I download tikacore and tikaparse libraries but I could not find the example codes to parse html codes to string? I have to get rid of all html tag of source of a web page . What can i do? how i can find codes of apache tika?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Do you want a plain text version of a html file? If so, all you need is something like:
The BodyContentHandler, when created with no constructor arguments or with a character limit, will capture the text (only) of the body of the html and return it to you. |
|||
|
|
|
take a look at the example it may help you http://blog.jeroenreijn.com/2010/04/metadata-extraction-with-apache-tika.html |
|||
|
|