html_html_text
Extract visible text from HTML by stripping tags and skipping script/style blocks. Preserves paragraph breaks for readable content. Use after fetching web pages to transform HTML into plain text.
Instructions
[html] Extract all visible text from an HTML string. Strips tags, skips / blocks, preserves paragraph breaks. Use after FetchTool to make web content readable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |