awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesExtractability Tests

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.

Awesome Extractability Tests GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mozilla/readabilityAvatar von mozilla

    mozilla/readability

    11,298Auf GitHub ansehen↗

    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.

    JavaScript
    Auf GitHub ansehen↗11,298
  • adbar/trafilaturaAvatar von adbar

    adbar/trafilatura

    5,319Auf GitHub ansehen↗

    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.

    Pythonarticle-extractorcorpus-buildercorpus-tools
    Auf GitHub ansehen↗5,319
  1. Home
  2. Data & Databases
  3. Content Extraction
  4. Extractability Tests