clean_remove_html
Strip HTML tags from text to obtain clean plain text suitable for NLP analysis and text processing.
Instructions
Remove HTML tags from text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |