Microsoft/azure-ai-vision-imageanalysis-py — Agent Skills | officialskills.sh
Back to skills

azure-ai-vision-imageanalysis-py

officialai-tools

Azure AI Vision Image Analysis SDK for Python wraps the Azure AI Vision 4.

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-ai-vision-imageanalysis-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-python/skills/azure-ai-vision-imageanalysis-py
View on GitHub

What This Skill Does

Azure AI Vision Image Analysis SDK for Python wraps the Azure AI Vision 4.0 API. It extracts captions, tags, detected objects with bounding boxes, OCR text, people locations, and suggested crop regions from images submitted by URL or file upload.

Running multiple vision tasks (caption, OCR, object detection) in one API call avoids stitching together separate models or services.

When to use it

  • Generating alt text for uploaded product images automatically
  • Extracting printed text from scanned receipts or forms
  • Detecting people in security camera frames for downstream processing
  • Getting suggested crop coordinates for profile photos at specific aspect ratios
  • Tagging wildlife photographs by detected objects and scene content