HTML document purification processor – multi-structure parsing and intelligent cleaning solution
<h1>-<h6> tags<script>/<style>BeautifulSoup4 (html.parser)Input column name | Note |
|---|---|
texts | Array of text containing HTML content, with each element as a string |
Array of cleaned text, with each element as a string
If a parameter does not have a default value, it is required
Parameter name | Type | Default value | Description |
|---|---|---|---|
separator | str | ||
strip | bool | True |
The following code demonstrates how to use daft to run the operator for HTML tag removal.