skillfed

types-aiobotocore-textract

Type annotations for aiobotocore Textract 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-textract v3.9.0 135.7K downloads/30d#11,421 on PyPI670
Permissive license MIT Active released

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-textract

uv

uv add types-aiobotocore-textract

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore textract type stubsasync aws textract typingmypy boto3 textract annotationstextract client type hintsaiobotocore type checkingaws textract ide autocompleteboto3 textract stubs
type-stubsaws-sdkasync-client

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-textract

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-boto3-textract

Provides type annotations for boto3's Textract…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

amazon-textract-response-parser

Parses JSON responses from Amazon Textract OCR…

permissive · top 5,000 on PyPI