Skip to content

Commit 4075af1

Browse files
authored
Merge pull request #155688 from sanjeev3/master
OCR Overview page updates
2 parents 42ebaf5 + 8ca45a8 commit 4075af1

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/cognitive-services/Computer-vision/overview-ocr.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ ms.custom: "seodec18, devx-track-csharp"
1616

1717
# What is Optical character recognition?
1818

19-
The Optical character recognition (OCR) service allows you to extract printed or handwritten text from images, such as photos of street signs and products, as well as from documents—invoices, bills, financial reports, articles, and more. It uses deep learning based models and works with text on a variety of surfaces and backgrounds.
20-
21-
The OCR APIs support extracting printed text in [several languages](./language-support.md). Follow a [quickstart](./quickstarts-sdk/client-library.md) to get started.
19+
Optical character recognition (OCR) allows you to extract printed or handwritten text from images, such as photos of street signs and products, as well as from documents—invoices, bills, financial reports, articles, and more. Microsoft's OCR technologies support extracting printed text in [several languages](./language-support.md). Follow a [quickstart](./quickstarts-sdk/client-library.md) to get started.
2220

2321
![OCR demos](./Images/ocr-demo.gif)
2422

@@ -28,8 +26,11 @@ This documentation contains the following types of articles:
2826
<!--* The [conceptual articles](Vision-API-How-to-Topics/call-read-api.md) provide in-depth explanations of the service's functionality and features.
2927
* The [tutorials](./tutorials/storage-lab-tutorial.md) are longer guides that show you how to use this service as a component in broader business solutions. -->
3028

31-
## Supported languages
32-
The OCR APIs support a total of 73 languages for print style text. Refer to the full list of [OCR-supported languages](./language-support.md#optical-character-recognition-ocr). Handwritten-style OCR is supported exclusively for English.
29+
## Read API
30+
31+
The Computer Vision [Read API](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d986960601faab4bf452005) is Azure's latest OCR technology ([learn what's new](./whats-new.md)) that extracts printed text (in several languages), handwritten text (English only), digits, and currency symbols from images and multi-page PDF documents. It's optimized to extract text from text-heavy images and multi-page PDF documents with mixed languages. It supports detecting both printed and handwritten text in the same image or document.
32+
33+
![How OCR converts images and documents into structured output with extracted text](./Images/how-ocr-works.svg)
3334

3435
## Input requirements
3536

@@ -39,13 +40,10 @@ The **Read** call takes images and documents as its input. They have the followi
3940
* For PDF and TIFF files, up to 2000 pages (only first two pages for the free tier) are processed.
4041
* The file size must be less than 50 MB (4 MB for the free tier) and dimensions at least 50 x 50 pixels and at most 10000 x 10000 pixels.
4142

42-
## Read API
43-
44-
The Computer Vision [Read API](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d986960601faab4bf452005) is Azure's latest OCR technology ([learn what's new](./whats-new.md)) that extracts printed text (in several languages), handwritten text (English only), digits, and currency symbols from images and multi-page PDF documents. It's optimized to extract text from text-heavy images and multi-page PDF documents with mixed languages. It supports detecting both printed and handwritten text in the same image or document.
45-
46-
![How OCR converts images and documents into structured output with extracted text](./Images/how-ocr-works.svg)
43+
## Supported languages
44+
The Read API supports a total of 73 languages for print style text. Refer to the full list of [OCR-supported languages](./language-support.md#optical-character-recognition-ocr). Handwritten-style OCR is supported exclusively for English.
4745

48-
### Key features
46+
## Key features
4947

5048
The Read API includes the following features.
5149

0 commit comments

Comments
 (0)