Skip to content

Commit 71bf2c7

Browse files
Merge pull request #216167 from sanjeev3/main
SEO refresh to FR Identity and CV OCR concept pages
2 parents b814436 + bfffb77 commit 71bf2c7

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

articles/applied-ai-services/form-recognizer/concept-id-document.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Form Recognizer Identity Document (ID) model
2+
title: Identity document (ID) processing – Form Recognizer
33
titleSuffix: Azure Applied AI Services
4-
description: Concepts related to data extraction and analysis using the prebuilt ID document model and extracting information from identity documents with OCR and AI.
4+
description: Automate identity document (ID) processing of driver licenses, passports, and more with Form Recognizer.
55
author: laujan
66
manager: nitinme
77
ms.service: applied-ai-services
@@ -24,7 +24,13 @@ ms.custom: references.regions
2424
[!INCLUDE [applies to v2.1](includes/applies-to-v2-1.md)]
2525
::: moniker-end
2626

27-
The ID document model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents: US Drivers Licenses (all 50 states and District of Columbia), international passport biographical pages, US state IDs, social security cards, and permanent resident cards and more. The API analyzes identity documents, extracts key information, and returns a structured JSON data representation.
27+
## What is identity document (ID) processing
28+
29+
Identity document (ID) processing involves extraction of data from identity documents whether manually or using OCR based techniques. Examples of identity documents include passports, driver licenses, resident cards, and national identity cards like the social security card in the US. It is an important step in any business process that requires some proof of identity. Examples include customer verification in banks and other financial institutions, mortgage applications, medical visits, claim processing, hospitality industry, and more. Individuals provide some proof of their identity via driver licenses, passports, and other similar documents so that the business can efficiently verify them before providing services and benefits.
30+
31+
## Form Recognizer Identity document (ID) model
32+
33+
The Form Recognizer Identity document (ID) model combines Optical Character Recognition (OCR) with deep learning models to analyze and extract key information from identity documents: US Drivers Licenses (all 50 states and District of Columbia), international passport biographical pages, US state IDs, social security cards, and permanent resident cards and more. The API analyzes identity documents, extracts key information, and returns a structured JSON data representation.
2834

2935
***Sample U.S. Driver's License processed with [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=idDocument)***
3036

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What is Optical character recognition?
2+
title: What is Optical Character Recognition (OCR)?
33
titleSuffix: Azure Cognitive Services
44
description: The optical character recognition (OCR) service extracts print and handwritten text from images.
55
services: cognitive-services
@@ -14,13 +14,13 @@ ms.author: pafarley
1414
ms.custom: seodec18, devx-track-csharp, ignite-2022
1515
---
1616

17-
# What is Optical character recognition?
17+
# What is Optical Character Recognition (OCR)
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.
19+
OCR or Optical Character Recognition is also referred to as text recognition or text extraction. Machine-learning based OCR techniques allow 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. The text is typically extracted as words, text lines, and paragraphs or text blocks, enabling access to digital version of the scanned text. This eliminates or significantly reduces the need for manual data entry.
2020

21-
## How is OCR related to intelligent document processing (IDP)?
21+
## How is OCR related to Intelligent Document Processing (IDP)?
2222

23-
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).
23+
Intelligent Document Processing (IDP) uses OCR as its foundational technology to additionally extract structure, relationships, key-values, entities, and other document-centric insights with an advanced machine-learning based AI 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

2525
## Read OCR engine
2626
Microsoft's **Read** OCR engine is composed of multiple advanced machine-learning based models supporting [global languages](./language-support.md). This allows them to extract printed and handwritten text 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.

0 commit comments

Comments
 (0)