Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Nov 29, 2018
1 parent e7e5ec1 commit 1597a6e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Given an HTML document, **essence** automatically extracts the main text content
</p>


_This library is heavily inspired by [node-unfluff](https://github.com/ageitgey/node-unfluff) and its [lineage](#credits)_
_This library is heavily influenced by [node-unfluff](https://github.com/ageitgey/node-unfluff) and its [lineage](#credits)_

## Usage

Expand Down Expand Up @@ -44,17 +44,23 @@ See [Extracted data elements](#extracted-data-elements) for additional extracted
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>essence</artifactId>
<version>0.12.6</version>
<version>0.10.11</version>
<type>pom</type>
</dependency>
```

**Gradle**

```groovy
compile 'io.github.cdimascio:essence:0.12.6'
compile 'io.github.cdimascio:essence:0.10.11'
```

## Try the Essence web demo

[Essence web](https://essence.mybluemix.net/index.html) is a simple web page that fetches content at a given url and passes the HTML to this essence library.

![](https://raw.githubusercontent.com/cdimascio/essence/master/assets/example.png)

## Extracted data elements

**essence** attempts to extract the following content:
Expand Down

0 comments on commit 1597a6e

Please sign in to comment.