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?
|
feedback
|
|
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. | |||
|
feedback
|
|
take a look at the example it may help you http://blog.jeroenreijn.com/2010/04/metadata-extraction-with-apache-tika.html | |||
|
feedback
|