Computer Vision Client logo

Computer Vision Client

Computer Vision Client

Bing Computer Vision API analyzes images — OCR, object detection, face detection, scene captioning, content moderation.

Visit site ↗Health checked 9h ago
Use it when

Read API's OCR quality is industry-leading for both English and Chinese

Watch for

Face identify (identification) service was restricted for new customers in 2022 due to policy

First check

Create a Computer Vision resource in Azure for endpoint + key. POST /vision/v3.2/read/analyze to submit an OCR job; GET to fetch results.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
307 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 307ms
01

About this API

Computer Vision is Azure Cognitive Services' vision intelligence API, bundling multiple capabilities: Read API (OCR — strong on both handwritten and printed text), Analyze Image (scene captioning, tag generation, brand detection), Detect Objects (bounding boxes), Generate Thumbnail (smart crop), Content Moderation (NSFW, violence detection). Each capability is independent — no model training needed. Compared to Google Cloud Vision and AWS Rekognition, Microsoft has traditional strengths in OCR (especially Chinese handwriting) and scene captioning. Note: Face Identify (identifying specific people in photos) has been restricted to limited domains for new customers since 2022.

02

What you can build

  • 1Bulk OCR text from images/PDFs
  • 2Auto-moderate UGC image uploads
  • 3Auto-tag e-commerce product images
  • 4Generate alt-text descriptions for visually impaired users
03

Strengths & limitations

Strengths

  • Read API's OCR quality is industry-leading for both English and Chinese
  • Multiple capabilities (detection, captioning, moderation) in one API
  • Batch async jobs supported

Limitations

  • Face identify (identification) service was restricted for new customers in 2022 due to policy
  • Not suitable for diagnostic medical imaging
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://microsoft.com/<endpoint>
05

Getting started

Create a Computer Vision resource in Azure for endpoint + key. POST /vision/v3.2/read/analyze to submit an OCR job; GET to fetch results.

06

FAQ

Does OCR support Chinese?+

Yes. Read API v3.2+ has high-quality recognition for Simplified/Traditional Chinese including handwriting.

Can it identify specific people?+

Face API detect/group is available; identify (matching to known people) has been restricted to approved use cases since 2022.

What's the max input size?+

Read API: 500MB / 2000 pages (PDF) per file. Sync analysis: 4MB max.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, csharp, java, go
Response time
307 ms
Last health check
5/12/2026, 7:37:52 AM
08

Tags

09

More from Microsoft