Module extraction

Module extraction 

Source
Expand description

Content extraction module

This module provides intelligent content extraction from web pages, including main content, metadata, and link extraction.

Re-exports§

pub use content::ContentExtractor;
pub use content::ExtractedContent;
pub use links::LinkExtractor;
pub use links::LinkType;
pub use metadata::MetadataExtractor;
pub use metadata::OpenGraphData;
pub use metadata::PageMetadata;
pub use metadata::TwitterCardData;

Modules§

content
Main content extraction
links
Link extraction
metadata
Page metadata extraction