Expand description
HTML processing utilities
Provides HTML cleaning and conversion functions for documentation extraction.
Functions§
- clean_
html - Clean HTML by removing unwanted tags (script, style, noscript, iframe) and their content
- extract_
documentation - Extract documentation from HTML by cleaning and converting to Markdown
- extract_
search_ results - Extract search results from HTML
- html_
to_ text - Convert HTML to plain text by removing all HTML tags