html_to_text
Extract visible text from HTML by stripping tags, scripts, and styles to return clean, readable content.
Instructions
Strip HTML tags and extract visible text. Removes scripts, styles, tags. Returns clean readable text. html: HTML string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |