Skip to content

Commit 121abb1

Browse files
committed
edit PR #221106
1 parent da97fe7 commit 121abb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Form Recognizer analyze document API response
2+
title: Form Recognizer APIs analyze document response
33
titleSuffix: Azure Applied AI Services
44
description: Description of the different objects returned as part of the analyze document response and how to use the document analysis response in your applications.
55
author: laujan
@@ -19,7 +19,7 @@ In this article, we'll examine the different objects returned as part of the ana
1919

2020
## Analyze document request
2121

22-
Form Recognizer analyzes images, PDFs, and other document files to extract and detect various content, layout, style, and semantic elements. The analyze operation is an async API. Submitting a document returns an **Operation-Location** header that contains the URL to poll for completion. When an analysis request completes successfully, the response contains the elements described in the [model data extraction](concept-model-overview.md#model-data-extraction).
22+
The Form Recognizer APIs analyze images, PDFs, and other document files to extract and detect various content, layout, style, and semantic elements. The analyze operation is an async API. Submitting a document returns an **Operation-Location** header that contains the URL to poll for completion. When an analysis request completes successfully, the response contains the elements described in the [model data extraction](concept-model-overview.md#model-data-extraction).
2323

2424
### Response elements
2525

@@ -123,7 +123,7 @@ Based on its position and styling, a cell may be classified as general content,
123123

124124
* A table caption specifies content that explains the table. A table may further have an associated caption and a set of footnotes. Unlike a description cell, a caption typically lies outside the grid layout. A table footnote annotates content inside the table, often marked with a footnote symbol. It's often found below the table grid.
125125

126-
**Layout tables differ from document fields extracted from tabular data**. Layout tables are extracted from tabular visual content in the document without considering the semantics of the content. In fact, some layout tables are designed purely for visual layout and may not always contain structured data. Extracting structured data from documents with diverse visual layout, like itemized details of a receipt, generally requires significant postprocessing to map the row or column headers to structured fields with normalized field names. Depending on the document type, use prebuilt models or train a custom model to extract such structured content. The resulting information is exposed as document fields. Such trained models can also handle tabular data without headers and structured data in non-tabular forms, for example the work experience section of a resume.
126+
**Layout tables differ from document fields extracted from tabular data**. Layout tables are extracted from tabular visual content in the document without considering the semantics of the content. In fact, some layout tables are designed purely for visual layout and may not always contain structured data. The method to extract structured data from documents with diverse visual layout, like itemized details of a receipt, generally requires significant post processing. It's essential to map the row or column headers to structured fields with normalized field names. Depending on the document type, use prebuilt models or train a custom model to extract such structured content. The resulting information is exposed as document fields. Such trained models can also handle tabular data without headers and structured data in non-tabular forms, for example the work experience section of a resume.
127127

128128
:::image type="content" source="media/table.png" alt-text="Layout table":::
129129

articles/applied-ai-services/form-recognizer/concept-custom-label-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article highlights the best methods for labeling custom model datasets in t
1919

2020
## Search
2121

22-
The Studio now includes a search box for instances when you know you need to find specific words to label, but just don't know where they are located in the document. Simply search for the word or phrase and navigate to the specific section in the document to label the occurrence.
22+
The Studio now includes a search box for instances when you know you need to find specific words to label, but just don't know where they're located in the document. Simply search for the word or phrase and navigate to the specific section in the document to label the occurrence.
2323

2424
## Auto label tables
2525

0 commit comments

Comments
 (0)