From 22ebfa671444fdd2402dab067a8c82d40096b7de Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 1 May 2023 18:17:31 -0400 Subject: [PATCH] docs: add download badges to README (#536) * downloads badge * total downloads --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fae2b2ac..0b0a5184a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ ![code_of_conduct.md](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg) ![https://GitHub.com/unstructured-io/unstructured.js/releases](https://img.shields.io/github/release/unstructured-io/unstructured) ![https://github.com/Naereen/badges/](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github) + [![Downloads](https://static.pepy.tech/badge/unstructured)](https://pepy.tech/project/unstructured) + [![Downloads](https://static.pepy.tech/badge/unstructured/month)](https://pepy.tech/project/unstructured) @@ -32,7 +34,7 @@

We're excited to announce the public release of the unstructured.io hosted API! Now you can leverage Unstructured with a simple API call to render clean text in JSON format out of your images, documents, powerpoints, and more.

-

Checkout the readme here to get started making API calls. You’ll also find instructions there about how to host your own version of the API. Unstructured data just got easier! +

Checkout the readme here to get started making API calls. You’ll also find instructions there about how to host your own version of the API. Unstructured data just got easier! We'd love to hear your feedback, let us know how it goes in our community slack. And stay tuned for improvements to both quality and performance over the coming months!