Back to skills

azure-ai-vision-imageanalysis-py

ai-tools

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 region

Setup & Installation

npx skills add https://github.com/microsoft/azure-ai-vision-imageanalysis-py --skill azure-ai-vision-imageanalysis-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/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

  • Working with azure ai vision imageanalysis py functionality
  • Implementing azure ai vision imageanalysis py features
  • Debugging azure ai vision imageanalysis py related issues