diff --git a/README.md b/README.md index 00e995f..7aa9c37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Extend Python Library +Official Python SDK for [Extend](https://www.extend.ai) (extend.ai) — the document processing API. Parse, extract, classify, split, and edit PDFs and 35+ file types via PyPI (`extend-ai`). + [![PyPI version](https://img.shields.io/pypi/v/extend-ai.svg)](https://pypi.python.org/pypi/extend-ai) [![Python versions](https://img.shields.io/pypi/pyversions/extend-ai.svg)](https://pypi.python.org/pypi/extend-ai) diff --git a/pyproject.toml b/pyproject.toml index 08ef43d..ed4027b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,19 @@ dynamic = ["version"] [tool.poetry] name = "extend_ai" version = "1.17.0" -description = "" +description = "Official Python SDK for Extend (extend.ai) — the document processing API. Parse, extract, classify, split, and edit PDFs and 35+ file types" readme = "README.md" authors = [] -keywords = [] +keywords = [ + "extend", + "document processing", + "ocr", + "pdf parsing", + "data extraction", + "document ai", + "idp", + "extend.ai", +] license = "MIT" classifiers = [ "Intended Audience :: Developers",