Skip to content

Commit f921d73

Browse files
authored
Merge pull request #115598 from anrothMSFT/ga-fixes
[Cog Svcs] GA 3.0 updates
2 parents 5ba4b12 + a668a6f commit f921d73

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

articles/cognitive-services/Computer-vision/language-support.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ Some features of Computer Vision support multiple languages; any features not me
1818

1919
## Text recognition
2020

21-
Computer Vision can recognize text in many languages.The [OCR](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) API and the [Read](https://aka.ms/computer-vision-v3-ref) API (v3.0) support several languages, and [Recognize Text](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/587f2c6a154055056008f200) API only support English. See [Recognize printed and handwritten text](concept-recognizing-text.md) for more information on this functionality and the advantages of each API.
22-
23-
The OCR and Read APIs automatically detect the language of the input material, so there is no need to specify a language code. Additionally, the language code for the detected language is always returned in the JSON response.
21+
Computer Vision can recognize text in many languages. The OCR and Read APIs do not require you to specify a language code. See [Recognize printed and handwritten text](concept-recognizing-text.md) for more information on this functionality and the advantages of each API.
2422

2523
|Language| Language code | OCR API | Read API |
2624
|:-----|:----:|:-----:|:---:|

articles/cognitive-services/Computer-vision/whats-new.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ ms.author: pafarley
1414

1515
# What's new in Computer Vision
1616

17-
Learn what's new in the service. These items may release notes, videos, blog posts, and other types of information. Bookmark this page to keep up-to-date with the service.
17+
Learn what's new in the service. These items may release notes, videos, blog posts, and other types of information. Bookmark this page to keep up to date with the service.
18+
19+
## May 2020
20+
Computer Vision API v3.0 entered General Availability, with updates to [Read API](concept-recognizing-text.md):
21+
22+
* Support for English, Dutch, French, German, Italian, Portuguese, and Spanish
23+
* Improved accuracy
24+
* Confidence score for each extracted word
25+
* New output format
1826

1927
## March 2020
2028

@@ -25,10 +33,10 @@ Learn what's new in the service. These items may release notes, videos, blog pos
2533
### Read API 3.0 preview
2634

2735
You now have the option to use version 3.0 of the Read API to extract printed or handwritten text from images. Compared to earlier versions, 3.0 provides:
28-
* improved accuracy
29-
* new output format
30-
* confidence score for each extracted word
31-
* support for both Spanish and English languages with the additional language parameter
36+
* Improved accuracy
37+
* New output format
38+
* Confidence score for each extracted word
39+
* Support for both Spanish and English languages with the additional language parameter
3240

3341
Follow an [Extract text quickstart](https://docs.microsoft.com/azure/cognitive-services/computer-vision/quickstarts/csharp-hand-text?tabs=version-3) to get starting using the 3.0 API.
3442

0 commit comments

Comments
 (0)