Skip to content

Commit 2bc963d

Browse files
authored
Update overview-ocr.md
1 parent 06f6489 commit 2bc963d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is Optical character recognition?
33
titleSuffix: Azure Cognitive Services
4-
description: The optical character recognition (OCR) service extracts visible text in an image and returns it as structured strings.
4+
description: The optical character recognition (OCR) service extracts print and handwritten text from images.
55
services: cognitive-services
66
author: PatrickFarley
77
manager: nitinme
@@ -16,15 +16,18 @@ ms.custom: seodec18, devx-track-csharp, ignite-2022
1616

1717
# What is Optical character recognition?
1818

19-
Optical character recognition (OCR) allows you to extract printed or handwritten text from images, such as posters, street signs and product labels, as well as from documents like articles, reports, forms, and invoices. Microsoft's **Read** OCR technology is built on top of multiple deep learning models supported by universal script-based models for global language support. This allows them to extract printed and handwritten text in [several languages](./language-support.md), including mixed languages and writing styles. **Read** is available as cloud service and on-premises container for deployment flexibility. With the latest preview, it's also available as a synchronous API for single, non-document, image-only scenarios with performance enhancements that make it easier to implement OCR-assisted user experiences.
19+
Optical character recognition (OCR) allows you to extract printed or handwritten text from images, such as posters, street signs and product labels, as well as from documents like articles, reports, forms, and invoices.
2020

2121
## How is OCR related to intelligent document processing (IDP)?
2222

2323
OCR typically refers to the foundational technology focusing on extracting text while delegating the extraction of structure, relationships, key-values, entities, and other document-centric insights to intelligent document processing service like [Form Recognizer](../../applied-ai-services/form-recognizer/overview.md). Form Recognizer includes a document-optimized version of **Read** as its OCR engine while delegating to other models for higher-end insights. If you are extracting text from scanned and digital documents, use [Form Recognizer Read OCR](../../applied-ai-services/form-recognizer/concept-read.md).
2424

25+
## About Read OCR
26+
Microsoft's **Read** OCR technology is built on top of multiple deep learning models supported by universal script-based models for global language support. This allows them to extract printed and handwritten text in [several languages](./language-support.md), including mixed languages and writing styles. **Read** is available as cloud service and on-premises container for deployment flexibility. With the latest preview, it's also available as a synchronous API for single, non-document, image-only scenarios with performance enhancements that make it easier to implement OCR-assisted user experiences.
27+
2528
[!INCLUDE [read-editions](includes/read-editions.md)]
2629

27-
## Start with Vision Studio
30+
## How to try OCR
2831

2932
Try out OCR by using Vision Studio.
3033

0 commit comments

Comments
 (0)