From bcfb09b47f74645267a4e20c1a87920233a3fa85 Mon Sep 17 00:00:00 2001 From: jordan-extend Date: Tue, 4 Aug 2026 09:20:34 -0400 Subject: [PATCH 1/2] Add PyPI package description and keywords for discoverability. Empty description/keywords leave the package with no searchable prose about document processing; also put a plain-English blurb before the README badges. --- README.md | 2 ++ pyproject.toml | 13 +++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00e995f..81100a1 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 30+ 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..2a0ce2b 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 30+ 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", From cefa77102f7d29eaf5c7ae889cfdf6d186f6ca08 Mon Sep 17 00:00:00 2001 From: jordan-extend Date: Tue, 4 Aug 2026 09:33:32 -0400 Subject: [PATCH 2/2] Bump supported file types claim to 35+. --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81100a1..7aa9c37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 30+ file types via PyPI (`extend-ai`). +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 2a0ce2b..ed4027b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ dynamic = ["version"] [tool.poetry] name = "extend_ai" version = "1.17.0" -description = "Official Python SDK for Extend (extend.ai) — the document processing API. Parse, extract, classify, split, and edit PDFs and 30+ file types" +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 = [