Skip to content

Commit 50379a7

Browse files
Merge pull request #275992 from 851996/main
Add some links in prebuilt-concept page
2 parents 62d9d88 + 0ebc668 commit 50379a7

File tree

4 files changed

+65
-0
lines changed

4 files changed

+65
-0
lines changed

articles/ai-services/document-intelligence/concept-id-document.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,24 @@ Extract data, including name, birth date, and expiration date, from ID documents
231231

232232
The following are the fields extracted per document type. The Document Intelligence ID model `prebuilt-idDocument` extracts the following fields in the `documents.*.fields`. The json output includes all the extracted text in the documents, words, lines, and styles.
233233

234+
::: moniker-end
235+
236+
::: moniker range="doc-intel-3.1.0"
237+
238+
> [!div class="nextstepaction"]
239+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model/sample_analyze_identity_documents.py)
240+
241+
::: moniker-end
242+
243+
::: moniker range="doc-intel-4.0.0"
244+
245+
> [!div class="nextstepaction"]
246+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_identity_documents.py)
247+
248+
::: moniker-end
249+
250+
::: moniker range=">=doc-intel-3.0.0"
251+
234252
### `idDocument.driverLicense`
235253

236254
| Field | Type | Description | Example |

articles/ai-services/document-intelligence/concept-invoice.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,21 @@ See how data, including customer information, vendor details, and line items, is
186186
*See* our [Language Support—prebuilt models](language-support-prebuilt.md) page for a complete list of supported languages.
187187

188188
## Field extraction
189+
The Document Intelligence invoice model `prebuilt-invoice` extracts the following fields.
190+
191+
::: moniker range="doc-intel-3.1.0"
192+
193+
> [!div class="nextstepaction"]
194+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model/sample_analyze_invoices.py)
195+
196+
::: moniker-end
197+
198+
::: moniker range="doc-intel-4.0.0"
199+
200+
> [!div class="nextstepaction"]
201+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_invoices.py)
202+
203+
::: moniker-end
189204

190205
|Name| Type | Description | Standardized output |
191206
|:-----|:----|:----|:----|

articles/ai-services/document-intelligence/concept-receipt.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,24 @@ See how Document Intelligence extracts data, including time and date of transact
228228
Document Intelligence v3.0 and later versions introduce several new features and capabilities. In addition to thermal receipts, the **Receipt** model supports single-page hotel receipt processing and tax detail extraction for all receipt types.
229229

230230
Document Intelligence v4.0 and later versions introduces support for currency for all price-related fields for thermal and hotel receipts.
231+
232+
::: moniker-end
233+
234+
::: moniker range="doc-intel-3.1.0"
235+
236+
> [!div class="nextstepaction"]
237+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model/sample_analyze_receipts.py)
238+
239+
::: moniker-end
240+
241+
::: moniker range="doc-intel-4.0.0"
242+
243+
> [!div class="nextstepaction"]
244+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_receipts.py)
245+
246+
::: moniker-end
247+
248+
::: moniker range=">=doc-intel-3.0.0"
231249

232250
### Receipt
233251

articles/ai-services/document-intelligence/concept-tax-document.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,20 @@ See how data, including customer information, vendor details, and line items, is
106106

107107
The following are the fields extracted from a W-2 tax form in the JSON output response.
108108

109+
::: moniker range="doc-intel-3.1.0"
110+
111+
> [!div class="nextstepaction"]
112+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model/sample_analyze_tax_us_w2.py)
113+
114+
::: moniker-end
115+
116+
::: moniker range="doc-intel-4.0.0"
117+
118+
> [!div class="nextstepaction"]
119+
> [View samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_tax_us_w2.py)
120+
121+
::: moniker-end
122+
109123
|Name| Type | Description | Example output |dependents
110124
|:-----|:----|:----|:---:|
111125
| `W-2FormVariant`| String | IR W-2 Form variant. This field can have the one of the following values: `W-2`, `W-2AS`, `W-2CM`, `W-2GU`, or `W-2VI`| W-2 |

0 commit comments

Comments
 (0)