contextractor 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Extract clean, readable content from any website using [Trafilatura](https://trafilatura.readthedocs.io/).
|
|
4
4
|
|
|
5
|
-
Available as: [npm CLI](#install) | [Docker](#docker) | [Apify actor](https://apify.com/
|
|
5
|
+
Available as: [npm CLI](#install) | [Docker](#docker) | [Apify actor](https://apify.com/glueo/contextractor)
|
|
6
|
+
|
|
7
|
+
Try the [Playground](https://contextractor.com) to configure extraction settings and preview commands before running.
|
|
6
8
|
|
|
7
9
|
## Install
|
|
8
10
|
|