--- id: types-aiobotocore-textract version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-textract — Type annotations for aiobotocore Textract 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 135.7K/mo ## 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 above — 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 pip install types-aiobotocore-textract uv add types-aiobotocore-textract poetry add types-aiobotocore-textract ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 135.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore textract type stubs, async aws textract typing, mypy boto3 textract annotations, textract client type hints, aiobotocore type checking, aws textract ide autocomplete, boto3 textract stubs, type-stubs, aws-sdk, async-client [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-textract) · [View on PyPI](https://pypi.org/project/types-aiobotocore-textract/)