2 Repos
Analyzes HTML structure to determine if a page contains a main body of text suitable for extraction.
Distinct from Content Extraction: Distinct from Content Extraction: focuses on predicting extraction feasibility rather than performing the extraction.
Explore 2 awesome GitHub repositories matching data & databases · Extractability Tests. Refine with filters or upvote what's useful.
Readability is a JavaScript library designed for web content extraction. It functions as a DOM parsing utility and article metadata extractor that isolates the primary text of a webpage by removing clutter such as advertisements and navigation bars. The library employs a heuristic-based content detector to predict if a webpage contains a parseable article before performing full extraction. It uses a parsing workflow to convert complex HTML documents into a simplified format, facilitating the implementation of distraction-free reader views. The tool covers several capability areas, including
Analyzes HTML structure to determine if a page contains a main body of text suitable for extraction.
Trafilatura is a Python library and command-line tool for extracting clean, structured text and metadata from web pages. It downloads HTML content, identifies the main body of text, and strips away navigation, ads, and other boilerplate, returning the core article content along with fields like title, author, date, and URL. The tool can also extract user comments and test whether a page contains extractable text, making it a general-purpose web text extraction library. What distinguishes Trafilatura from simpler extractors is its configurable extraction pipeline, which offers high-speed, high
Trafilatura analyzes a page's HTML structure to guess if it contains a main body of text suitable for extraction.