pub fn extract_from_html(html: &str, width: usize) -> (String, String)
Extract readable text from raw HTML string. Returns (title, text).