pub fn extract_node_text(
el: &ElementRef<'_>,
params: &ExtractionParams,
) -> StringExpand description
Extract article text from a node, honoring the policy’s extraction params.
Convenience wrapper over node_content + CandidateContent::extract.