You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-analyze-document-response.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Form Recognizer analyze document API response
2
+
title: Form Recognizer APIs analyze document response
3
3
titleSuffix: Azure Applied AI Services
4
4
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.
5
5
author: laujan
@@ -19,7 +19,7 @@ In this article, we'll examine the different objects returned as part of the ana
19
19
20
20
## Analyze document request
21
21
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).
23
23
24
24
### Response elements
25
25
@@ -123,7 +123,7 @@ Based on its position and styling, a cell may be classified as general content,
123
123
124
124
* 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.
125
125
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.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/concept-custom-label-tips.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This article highlights the best methods for labeling custom model datasets in t
19
19
20
20
## Search
21
21
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.
0 commit comments