diff --git a/README.md b/README.md index 029059ddd5..93cdca096b 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,13 @@
API Announcement!
-While access to the hosted Unstructured API will remain free, API Keys will soon be required to make requests. To prevent any disruption, get yours here now and start using it today!
+We are thrilled to announce our newly launched [Unstructured API](https://unstructured-io.github.io/unstructured/api.html). While access to the hosted Unstructured API will remain free, API Keys will soon be required to make requests. To prevent disruption, get yours [here](https://www.unstructured.io/api-key/) now and start using it today! Check out the [readme](https://github.com/Unstructured-IO/unstructured-api#--) here to get started making API calls. -Checkout the readme here to get started making API calls. -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!
+#### :rocket: Beta Feature: Chipper Model + +We are releasing the beta version of our Chipper model to deliver superior performance when processing high-resolution, complex documents. To start using the Chipper model in your API request, you can utilize the `hi_res` strategy. Please refer to the documentation [here](https://unstructured-io.github.io/unstructured/api.html#strategies). + +As the Chipper model is in beta version, we welcome feedback and suggestions. For those interested in testing the Chipper model, we encourage you to connect with us on [Slack community](https://join.slack.com/t/unstructuredw-kbe4326/shared_invite/zt-1x7cgo0pg-PTptXWylzPQF9xZolzCnwQ).Open-Source Pre-Processing Tools for Unstructured Data
diff --git a/docs/source/api.rst b/docs/source/api.rst index f1c9d5b856..6aba71c562 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -147,6 +147,25 @@ The ``ocr_only`` strategy runs the document through Tesseract for OCR. Currently For the best of all worlds, ``auto`` will determine when a page can be extracted using ``fast`` or ``ocr_only`` mode, otherwise, it will fall back to hi_res. +Beta Version: ``hi_res`` Strategy with Chipper Model +----------------------------------------------------- + +To use the ``hi_res`` strategy with **Chipper** model, pass the argument for ``hi_res_model_name`` as shown in the code block below. + +.. code:: shell + + curl -X 'POST' \ + 'https://api.unstructured.io/general/v0/general' \ + -H 'accept: application/json' \ + -H 'Content-Type: multipart/form-data' \ + -H 'unstructured-api-key: