Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AcrylicShrimp committed Mar 5, 2025
1 parent a49ccde commit 8a00296
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ A small and fast library for extracting content from HTML.

It is an one of implementation of the paper [DOM Based Content Extraction via Text Density](https://ofey.me/assets/pdf/cetd-sigir11.pdf).

## Installation

To install via NPM:

```bash
npm i @wrtnlabs/web-content-extractor
```

## Usage

```ts
Expand Down

0 comments on commit 8a00296

Please sign in to comment.