Skip to content

Commit 81d01a9

Browse files
committed
remove entity reference
1 parent d35bf31 commit 81d01a9

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Spans specify the logical position of each element in the overall reading order,
6464

6565
### Bounding Region
6666

67-
Bounding regions describe the visual position of each element in the file. Since elements may not be visually contiguous (entities) or may cross pages (tables), the positions of most elements are described via an array of bounding regions. Each region specifies the page number (`1`-indexed) and bounding polygon. The bounding polygon is described as a sequence of points, clockwise from the left relative to the natural orientation of the element. For quadrilaterals, plot points are top-left, top-right, bottom-right, and bottom-left corners. Each point is represented by its x, y coordinate in the page unit specified by the unit property. In general, unit of measure for images is pixels while PDFs use inches.
67+
Bounding regions describe the visual position of each element in the file. Since elements may not be visually contiguous or may cross pages (tables), the positions of most elements are described via an array of bounding regions. Each region specifies the page number (`1`-indexed) and bounding polygon. The bounding polygon is described as a sequence of points, clockwise from the left relative to the natural orientation of the element. For quadrilaterals, plot points are top-left, top-right, bottom-right, and bottom-left corners. Each point is represented by its x, y coordinate in the page unit specified by the unit property. In general, unit of measure for images is pixels while PDFs use inches.
6868

6969
:::image type="content" source="media/bounding-regions.png" alt-text="Screenshot of detected bounding regions example.":::
7070

articles/applied-ai-services/form-recognizer/quickstarts/includes/v3-javascript-sdk.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,6 @@ Key-Value Pairs:
184184
Value: "Common Stock, $0.00000625 par value per share" (0.748)
185185
- Key : "Outstanding as of April 24, 2020"
186186
Value: "7,583,440,247 shares" (0.838)
187-
Entities:
188-
- "$0.00000625" Quantity - Currency (0.8)
189-
- "MSFT" Organization - <none> (0.99)
190-
- "NASDAQ" Organization - StockExchange (0.99)
191-
- "2.125%" Quantity - Percentage (0.8)
192-
- "2021" DateTime - DateRange (0.8)
193187
```
194188

195189
To view the entire output, visit the Azure samples repository on GitHub to view the [general document model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/FormRecognizer/v3-javascript-sdk-general-document-output.md)

articles/applied-ai-services/form-recognizer/whats-new.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -556,15 +556,15 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
556556

557557
* Form Recognizer model data extraction
558558

559-
| **Model** | **Text extraction** |**Key-Value pairs** |**Selection Marks** | **Tables** |**Entities** |
560-
| --- | :---: |:---:| :---: | :---: |:---: |
561-
|General document ||||||
562-
| Layout || ||| |
563-
| Invoice ||||||
564-
|Receipt ||| | ||
565-
| ID document ||| | ||
566-
| Business card ||| | ||
567-
| Custom ||||||
559+
| **Model** | **Text extraction** |**Key-Value pairs** |**Selection Marks** | **Tables** |
560+
| --- | :---: |:---:| :---: | :---: |
561+
|General document |||||
562+
| Layout || |||
563+
| Invoice |||||
564+
|Receipt ||| | |
565+
| ID document ||| | |
566+
| Business card ||| | |
567+
| Custom |||||
568568

569569
---
570570

0 commit comments

Comments
 (0)