Skip to content

Commit 701770b

Browse files
authored
Merge pull request #276144 from 851996/main
Add links on how-to guide and quickstarts.
2 parents 03fd015 + 8d3c462 commit 701770b

File tree

10 files changed

+109
-0
lines changed

10 files changed

+109
-0
lines changed

articles/ai-services/document-intelligence/concept-add-on-capabilities.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,3 +1020,15 @@ Invoice number: 34278587
10201020
> [!div class="nextstepaction"]
10211021
> SDK samples:
10221022
> [**python**](/python/api/overview/azure/ai-documentintelligence-readme)
1023+
1024+
::: moniker range="doc-intel-4.0.0"
1025+
> [!div class="nextstepaction"]
1026+
> Find more samples:
1027+
> [**Add-on capabilities**](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/Python(v4.0)/Add-on_capabilities)
1028+
::: moniker-end
1029+
1030+
::: moniker range="doc-intel-3.1.0"
1031+
> [!div class="nextstepaction"]
1032+
> Find more samples:
1033+
> [**Add-on capabilities**](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)/Python(v3.1)/Add-on_capabilities)
1034+
::: moniker-end

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,14 @@ The following are the fields extracted per document type. The Document Intellige
400400

401401
::: moniker-end
402402

403+
::: moniker range="doc-intel-4.0.0"
404+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/Python(v4.0)/Prebuilt_model)
405+
:::moniker-end
406+
407+
::: moniker range="doc-intel-3.1.0"
408+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
409+
:::moniker-end
410+
403411
::: moniker range="doc-intel-2.1.0"
404412

405413
* Try processing your own forms and documents with the [Document Intelligence Sample Labeling tool](https://fott-2-1.azurewebsites.net/).

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,14 @@ The JSON output has three parts:
362362

363363
::: moniker-end
364364

365+
::: moniker range="doc-intel-4.0.0"
366+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/Python(v4.0)/Prebuilt_model)
367+
:::moniker-end
368+
369+
::: moniker range="doc-intel-3.1.0"
370+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
371+
:::moniker-end
372+
365373
::: moniker range="doc-intel-2.1.0"
366374

367375
* Try processing your own forms and documents with the [Document Intelligence Sample Labeling tool](https://fott-2-1.azurewebsites.net/).

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,14 @@ Layout API also extracts selection marks from documents. Extracted selection mar
947947

948948
::: moniker-end
949949

950+
::: moniker range="doc-intel-4.0.0"
951+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/Python(v4.0)/Layout_model)
952+
::: moniker-end
953+
954+
::: moniker range="doc-intel-3.1.0"
955+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)/Python(v3.1)/Layout_model)
956+
::: moniker-end
957+
950958
::: moniker range="doc-intel-2.1.0"
951959

952960
* [Learn how to process your own forms and documents](quickstarts/try-sample-label-tool.md) with the [Document Intelligence Sample Labeling tool](https://fott-2-1.azurewebsites.net/).

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,17 @@ Explore our REST API:
370370

371371
> [!div class="nextstepaction"]
372372
> [Document Intelligence API v4.0](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-02-29-preview&preserve-view=true)
373+
374+
::: moniker range="doc-intel-4.0.0"
375+
Find more samples on GitHub:
376+
> [!div class="nextstepaction"]
377+
> [Read model.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/Python(v4.0)/Read_model)
378+
379+
::: moniker-end
380+
381+
::: moniker range="doc-intel-3.1.0"
382+
Find more samples on GitHub:
383+
> [!div class="nextstepaction"]
384+
> [Read model.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)/Python(v3.1)/Read_model)
385+
386+
::: moniker-end

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,14 @@ See how Document Intelligence extracts data, including time and date of transact
414414

415415
::: moniker-end
416416

417+
::: moniker range="doc-intel-4.0.0"
418+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/Python(v4.0)/Prebuilt_model)
419+
:::moniker-end
420+
421+
::: moniker range="doc-intel-3.1.0"
422+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
423+
:::moniker-end
424+
417425
::: moniker range="doc-intel-2.1.0"
418426

419427
* Try processing your own forms and documents with the [Document Intelligence Sample Labeling tool](https://fott-2-1.azurewebsites.net/).

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,11 @@ The tax documents key-value pairs and line items extracted are in the `documentR
284284
* Try processing your own forms and documents with the [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio).
285285

286286
* Complete a [Document Intelligence quickstart](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.
287+
288+
::: moniker range="doc-intel-4.0.0"
289+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main/Python(v4.0)/Prebuilt_model)
290+
:::moniker-end
291+
292+
::: moniker range="doc-intel-3.1.0"
293+
* [Find more samples on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
294+
:::moniker-end

articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/python-sdk.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ if __name__ == "__main__":
154154

155155
```
156156

157+
> [!div class="nextstepaction"]
158+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Read_model/sample_analyze_read.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Read_model)
159+
157160
Visit the Azure samples repository on GitHub and view the [`read` model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/read-model-output.md).
158161

159162
## Use the Layout model
@@ -267,6 +270,9 @@ if __name__ == "__main__":
267270

268271
```
269272

273+
> [!div class="nextstepaction"]
274+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Layout_model/sample_analyze_layout.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Layout_model)
275+
270276
Visit the Azure samples repository on GitHub and view the [layout model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/layout-model-output.md).
271277

272278
## Use the General document model
@@ -718,6 +724,9 @@ if __name__ == "__main__":
718724

719725
```
720726

727+
> [!div class="nextstepaction"]
728+
> [View complete code 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) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
729+
721730
Visit the Azure samples repository on GitHub and view the [W-2 tax model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/w2-tax-model-output.md).
722731

723732
## Use the Invoice model
@@ -1010,6 +1019,9 @@ if __name__ == "__main__":
10101019

10111020
```
10121021

1022+
> [!div class="nextstepaction"]
1023+
> [View complete code 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) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
1024+
10131025
Visit the Azure samples repository on GitHub and view the [invoice model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/invoice-model-output.md).
10141026

10151027
## Use the Receipt model
@@ -1107,6 +1119,9 @@ if __name__ == "__main__":
11071119

11081120
```
11091121

1122+
> [!div class="nextstepaction"]
1123+
> [View complete code 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) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
1124+
11101125
Visit the Azure samples repository on GitHub and view the [receipt model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/receipt-model-output.md).
11111126

11121127
## Use the ID document model
@@ -1197,6 +1212,8 @@ if __name__ == "__main__":
11971212
analyze_identity_documents()
11981213

11991214
```
1215+
> [!div class="nextstepaction"]
1216+
> [View complete code 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) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/v3.1(2023-07-31-GA)/Python(v3.1)/Prebuilt_model)
12001217
12011218
Visit the Azure samples repository on GitHub and view the [ID document model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/id-document-output.md).
12021219

articles/ai-services/document-intelligence/how-to-guides/includes/v4-0/python-sdk.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ if __name__ == "__main__":
148148

149149
```
150150

151+
> [!div class="nextstepaction"]
152+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Read_model/sample_analyze_read.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Read_model)
153+
151154
Visit the Azure samples repository on GitHub and view the [`read` model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/read-model-output.md).
152155

153156
## Use the Layout model
@@ -263,6 +266,9 @@ if __name__ == "__main__":
263266

264267
```
265268

269+
> [!div class="nextstepaction"]
270+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Layout_model/sample_analyze_layout.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Layout_model)
271+
266272
Visit the Azure samples repository on GitHub and view the [layout model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/layout-model-output.md).
267273

268274
## Use the General document model
@@ -716,6 +722,9 @@ if __name__ == "__main__":
716722

717723
```
718724

725+
> [!div class="nextstepaction"]
726+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_tax_us_w2.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model)
727+
719728
Visit the Azure samples repository on GitHub and view the [W-2 tax model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/w2-tax-model-output.md).
720729

721730
## Use the Invoice model
@@ -1009,6 +1018,9 @@ if __name__ == "__main__":
10091018

10101019
```
10111020

1021+
> [!div class="nextstepaction"]
1022+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_invoices.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model)
1023+
10121024
Visit the Azure samples repository on GitHub and view the [invoice model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/invoice-model-output.md).
10131025

10141026
## Use the Receipt model
@@ -1107,6 +1119,9 @@ if __name__ == "__main__":
11071119

11081120
```
11091121

1122+
> [!div class="nextstepaction"]
1123+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_receipts.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model)
1124+
11101125
Visit the Azure samples repository on GitHub and view the [receipt model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/receipt-model-output.md).
11111126

11121127
## Use the ID document model
@@ -1199,4 +1214,7 @@ if __name__ == "__main__":
11991214

12001215
```
12011216

1217+
> [!div class="nextstepaction"]
1218+
> [View complete code on GitHub.](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model/sample_analyze_identity_documents.py) [More samples](https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/Python(v4.0)/Prebuilt_model)
1219+
12021220
Visit the Azure samples repository on GitHub and view the [ID document model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/how-to-guide/id-document-output.md).

articles/ai-services/document-intelligence/quickstarts/get-started-sdks-rest-api.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ In this quickstart, you used a document Intelligence model to analyze various fo
112112

113113
::: moniker-end
114114

115+
::: moniker range="doc-intel-4.0.0"
116+
* [**Find more samples on GitHub**](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/main).
117+
::: moniker-end
118+
119+
::: moniker range="doc-intel-3.1.0"
120+
* [**Find more samples on GitHub**](https://github.com/Azure-Samples/document-intelligence-code-samples/tree/v3.1(2023-07-31-GA)).
121+
::: moniker-end
122+
115123
::: moniker range="doc-intel-2.1.0"
116124
[!INCLUDE [applies to v2.1](../includes/applies-to-v21.md)]
117125
::: moniker-end

0 commit comments

Comments
 (0)