skillfed

azure-ai-vision-imageanalysis

Microsoft Azure Ai Vision Imageanalysis Client Library for Python

azure-ai-vision-imageanalysis v1.0.0 403.5K downloads/30d#6,917 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

This is the official Azure SDK client for Computer Vision's Image Analysis service. It wraps Azure's REST API to let you send images (by file or URL) and request one or more visual features—captions, OCR text extraction, object detection, and others—in a single call. The library handles authentication (API key or Entra ID), request construction, and response parsing, so you don't have to build HTTP calls manually.

The package supports both synchronous and asynchronous workflows. It depends on azure-core for credential handling and HTTP transport, isodate for date parsing, and typing-extensions for type hints. You'll need an active Azure subscription and a Computer Vision resource deployed in a supported region; the library reads your endpoint and credentials from code (not environment variables automatically), so you manage secrets yourself.

Use it for:

  • Extract text from images (OCR) for document digitization or sign recognition workflows.
  • Generate human-readable captions for image galleries or accessibility features.
  • Detect and classify objects in images for inventory, security, or content moderation tasks.
  • Build a multi-feature analysis pipeline that combines caption, text, and object detection in one call.
  • Integrate image understanding into a larger Azure-based application using managed identity authentication.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Calls Azure's Computer Vision service to analyze images and extract visual features like captions, text (OCR), and object detection in a single API call.

Yes, if you are already committed to Azure and need to call Computer Vision's Image Analysis service from Python. The SDK is actively maintained, has no known vulnerabilities, and low install friction. No, if you are evaluating vision libraries—you'll need an Azure account and resource first, and the service is not free-tier beyond a limited quota.

Install

azure-ai-vision-imageanalysis on PyPI

pip

pip install azure-ai-vision-imageanalysis

uv

uv add azure-ai-vision-imageanalysis

poetry

poetry add azure-ai-vision-imageanalysis

Installing azure-ai-vision-imageanalysis

Before you install

Low install friction with three lightweight runtime dependencies. The package is actively maintained with recent commits, though it entered beta status relatively recently.

License in practice

MIT License permits commercial and private use with minimal restrictions, making it suitable for most projects.

Quickstart

pip install azure-ai-vision-imageanalysis

from azure.ai.vision.imageanalysis import ImageAnalysisClient
from azure.core.credentials import AzureKeyCredential

client = ImageAnalysisClient(
    endpoint="https://your-resource.cognitiveservices.azure.com",
    credential=AzureKeyCredential("your-key")
)

Requires an Azure subscription and a deployed Computer Vision resource with endpoint URL and API key or Entra ID credentials.

Verify before relying

  • Whether GPU-supported region requirement for Caption/Dense Captions features affects typical use cases.
  • Performance characteristics and latency for different image sizes and visual feature combinations.
  • Cost implications of API calls relative to alternative vision services.

Package facts

License MIT License (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 3 — isodate, azure-core, typing-extensions
Maintenance actively maintained — 667 days since the last release
Last repo commit
First released
Downloads 403,495/month — #6,917 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_ai_vision_imageanalysis-1.0.0-py3-none-any.whl

Keywords: azure, azure sdk

Development Status :: 4 - BetaLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure image analysiscomputer vision ocrimage captioning apiobject detection azurevisual feature extractionazure vision clientimage text recognition
azure-sdkcomputer-visionimage-analysis

More Artificial Intelligence packages

litellm

LiteLLM provides a unified Python interface to…

permissive · top 100 on PyPI

huggingface-hub

Client library and CLI tool for downloading,…

permissive · top 100 on PyPI

langchain

LangChain provides a framework for building…

permissive · top 1,000 on PyPI

hf-xet

hf-xet provides chunk-based deduplication and…

permissive · top 1,000 on PyPI

tokenizers

Tokenizers converts raw text into token…

permissive · top 1,000 on PyPI

transformers

Transformers provides a unified framework for…

permissive · top 1,000 on PyPI

azure-cognitiveservices-vision-computervision

Provides Python bindings to call Microsoft…

permissive · top 15,000 on PyPI

azure-ai-inference

Unified client library for chat completions,…

permissive · top 5,000 on PyPI

azure-ai-documentintelligence

Python client for Azure AI Document…

permissive · top 5,000 on PyPI

azure-ai-agents

Build and deploy AI agents on Azure using…

permissive · top 5,000 on PyPI

azure-ai-contentsafety

Detects harmful content in text and images by…

permissive · top 5,000 on PyPI

azure-ai-textanalytics

Provides Python bindings to Azure's cloud-based…

permissive · top 15,000 on PyPI

azure-ai-projects

Provides a Python client for Microsoft Foundry…

permissive · top 5,000 on PyPI

azure-ai-formrecognizer

Extracts text, structure, and key-value pairs…

permissive · top 5,000 on PyPI

cvat-sdk

Python client library for CVAT (Computer Vision…

permissive · top 15,000 on PyPI

azure-ai-language-conversations

A Python client library for Azure…

permissive · top 15,000 on PyPI