types-aiobotocore-textract
Type annotations for aiobotocore Textract 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library that adds static type annotations to the aiobotocore async AWS Textract client. It was generated from aiobotocore 3.9.0 using mypy-boto3-builder 8.12.0 and enables IDEs and type checkers like VSCode, PyCharm, mypy, and pyright to provide code completion, inline documentation, and type validation when working with Textract's async API.
The package is designed as a development-time dependency—you install it in your environment to get IDE support and type checking, but it does not affect runtime behavior. It includes type annotations for the Textract client, paginators, waiters, and service type definitions. The library supports Python 3.9 through 3.14 and is compatible with multiple editors and type-checking tools, though PyCharm users may experience performance issues with the full version due to extensive Literal overloads.
Use it for:
- Enable IDE autocomplete and type hints when writing async code that calls AWS Textract via aiobotocore.
- Catch type errors in Textract API calls before runtime using mypy or pyright in CI/CD pipelines.
- Provide inline documentation and method signatures in VSCode or other LSP-compatible editors while developing Textract integrations.
- Explicitly annotate Textract client types in production code using TYPE_CHECKING guards to avoid runtime dependencies.
- Validate paginator and waiter usage with full type information for complex Textract operations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for the aiobotocore Textract 3.9.0 async AWS client, enabling static type checking with mypy, pyright, and compatible editors.
Yes. Install this if you use aiobotocore to call AWS Textract and want type checking and IDE support. It has no runtime overhead, minimal dependencies, is actively maintained, and carries a permissive MIT license. The only caveat is PyCharm users may experience performance degradation due to Literal overloads—in that case, consider the lite variant instead.
Install
types-aiobotocore-textract on PyPI
pip
pip install types-aiobotocore-textractuv
uv add types-aiobotocore-textractpoetry
poetry add types-aiobotocore-textractInstalling types-aiobotocore-textract
Before you install
Low friction installation with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and was last updated 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects without requiring source disclosure.
Quickstart
# Install
python -m pip install types-aiobotocore-textract
# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_textract import TextractClient
session = get_session()
async with session.create_client("textract") as client:
client: TextractClient
# Type checking and IDE autocomplete now work
Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved since the package was generated.
- Whether the lite variant (types-aiobotocore-lite) is recommended over this full version for specific use cases beyond PyCharm.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 135,722/month — #11,421 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_textract-3.9.0-py3-none-any.whl
Keywords: aiobotocore, textract, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-textractProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-boto3-textractProvides type annotations for boto3's Textract…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
amazon-textract-response-parserParses JSON responses from Amazon Textract OCR…
permissive · top 5,000 on PyPI