detectMainContent method
Detects the main content area of a webpage
html
is the HTML content to parse
Implementation
ContentDetectionResult detectMainContent(String html) {
return contentDetector.detectContent(html);
}
Detects the main content area of a webpage
html
is the HTML content to parse
ContentDetectionResult detectMainContent(String html) {
return contentDetector.detectContent(html);
}