From 1597a6e9ca474979fe2b36d4a160698919b1fb04 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Thu, 29 Nov 2018 09:34:55 -0500 Subject: [PATCH] update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d48cf0f..097f19c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Given an HTML document, **essence** automatically extracts the main text content

-_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 @@ -44,7 +44,7 @@ See [Extracted data elements](#extracted-data-elements) for additional extracted io.github.cdimascio essence - 0.12.6 + 0.10.11 pom ``` @@ -52,9 +52,15 @@ See [Extracted data elements](#extracted-data-elements) for additional extracted **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: