Image Analysis and OCR capabilities in Azure Vision are not turned off, but the legacy experiences are being deprecated and replaced, which is why they no longer appear in Vision Studio the way they did before.
From the current documentation:
- Image Analysis status
- The Image Analysis service (version 4.0) is still available and generally available.
- However, Image Analysis 4.0 in Azure Vision in Foundry Tools is deprecated and will be retired on September 25, 2028. After that date, calls to that service will fail.
- Image Analysis 4.0 supports features such as captioning, dense captions, OCR, people detection, content moderation, smart crops, and face/person detection.
- Image Analysis can be used via the client library SDKs or directly through the REST API, following the quickstarts and how-to guides.
- OCR status
- The legacy OCR APIs (v2.1, v3.2 Read) are not recommended anymore.
- For OCR scenarios, Microsoft now recommends two main options:
- OCR for images (version 4.0) as part of Azure Vision Image Analysis for general, in-the-wild images (labels, street signs, posters, etc.).
- Azure Document Intelligence Read model for text-heavy scanned and digital documents (books, articles, reports, invoices, etc.).
- Why features may be missing in Vision Studio
- Because the legacy Image Analysis and OCR experiences are deprecated, the Vision Studio UI may no longer expose those older tiles or flows, even though the underlying capabilities remain available through:
- Image Analysis 4.0 (for image understanding, OCR in images, content moderation, people/faces detection, smart crops, etc.).
- Document Intelligence (for document-centric OCR).
- Because the legacy Image Analysis and OCR experiences are deprecated, the Vision Studio UI may no longer expose those older tiles or flows, even though the underlying capabilities remain available through:
- How to use these capabilities now
- For general image understanding and OCR in images:
- Use the Image Analysis 4.0 APIs or SDKs as described in the Image Analysis quickstarts and how-to guides.
- For document OCR (forms, invoices, reports, etc.):
- Use Azure Document Intelligence and its Read model.
- For face detection/recognition scenarios beyond simple detection:
- Use the Azure AI Face service, which provides detection plus recognition (identification, verification, etc.).
- For general image understanding and OCR in images:
In summary, Image Analysis and OCR are not fully removed as services, but the legacy Vision Studio experiences are deprecated. The recommended path is to use Image Analysis 4.0 for image-based scenarios and Azure Document Intelligence for document OCR, accessed via SDKs or REST APIs rather than relying solely on the old Vision Studio tiles.
References: