tracardi
tracardi copied to clipboard
BeautifulSoup plugin
Describe the solution you'd like: As a digital marketer, I would like the ability to convert HTML to text so that malformed HTML and various types of document structure can be converted to text with ease.
Describe alternatives you've considered: I have considered using regex to extract text, but if the HTML is malformed or the format/structure of the document varies, the results can be unpredictable.