Skip to main content

extract_plain_text

Function extract_plain_text 

Source
pub fn extract_plain_text(elements: &[Element]) -> String
Expand description

Extract plain text content from a slice of Elements. Only extracts Text and Escape values (shallow, non-recursive).