Skip to content

Commit ee9677e

Browse files
authored
Merge pull request #285247 from MicrosoftDocs/main
8/22 11:00 AM IST Publish
2 parents 1a67106 + be3cdb0 commit ee9677e

File tree

132 files changed

+1073
-977
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1073
-977
lines changed

articles/ai-services/content-safety/quickstart-groundedness.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
6969
```Python
7070
import http.client
7171
import json
72-
73-
conn = http.client.HTTPSConnection("<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview")
72+
73+
endpoint = "<your_custom_subdomain>.cognitiveservices.azure.com"
74+
conn = http.client.HTTPSConnection(endpoint)
7475
payload = json.dumps({
7576
"domain": "Generic",
7677
"task": "QnA",

articles/ai-services/document-intelligence/index.yml

Lines changed: 48 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ metadata:
77
title: Document Intelligence documentation - Quickstarts, Tutorials, API Reference - Azure AI services | Microsoft Docs
88
description: Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine-learning models to extract key-value pairs, text, and tables from your documents. Document Intelligence analyzes your forms and documents, extracts text and data, maps field relationships as key-value pairs, and returns a structured JSON output. You quickly get accurate results that are tailored to your specific content without excessive manual intervention or extensive data science expertise. Use Document Intelligence to automate your data processing in applications and workflows, enhance data-driven strategies, and enrich document search capabilities.
99
ms.service: azure-ai-document-intelligence
10-
ms.custom:
11-
- ignite-2023
1210
ms.topic: landing-page
1311
author: laujan
1412
ms.author: lajanuar
15-
ms.date: 01/31/2024
13+
ms.date: 08/21/2024
1614
monikerRange: '<=doc-intel-4.0.0'
1715
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1816
# Limits: https://learn.learn.microsoft.com/help/contribute/contribute-how-to-write-landing-page?branch=main#limits
@@ -33,79 +31,74 @@ landingContent:
3331
links:
3432
- text: What's new in Azure AI Document Intelligence?
3533
url: whats-new.md
36-
- linkListType: reference
37-
links:
38-
- text: 🆕 SDK overview `2024-02-29-preview` (v4.0 preview)
39-
url: sdk-overview-v4-0.md
40-
- text: SDK overview `2023-07-31` latest (v3.1 GA)
41-
url: sdk-overview-v3-1.md
42-
- text: SDK overview `2022-08-31` legacy (v3.0 GA)
43-
url: sdk-overview-v3-0.md
44-
45-
#Card 2
46-
- title: Document Intelligence Studio
47-
linkLists:
48-
- linkListType: overview
49-
links:
50-
- text: Studio overview
51-
url: studio-overview.md
52-
- text: Studio concepts
53-
url: concept-document-intelligence-studio.md
5434

55-
#Card 3
35+
#Card 2
5636
- title: Document Intelligence models
5737
linkLists:
58-
- linkListType: architecture
38+
- linkListType: learn
5939
links:
6040
- text: Read
6141
url: concept-read.md
6242
- text: Layout
6343
url: concept-layout.md
64-
- text: Invoice
65-
url: concept-invoice.md
66-
- text: Receipt
67-
url: concept-receipt.md
68-
- text: ID document
69-
url: concept-id-document.md
70-
- text: Health insurance card
71-
url: concept-health-insurance-card.md
72-
- text: Contract
73-
url: concept-contract.md
74-
- text: US tax documents
75-
url: concept-tax-document.md
44+
- text: Financial Services and Legal
45+
url: overview.md#financial-services-and-legal
46+
- text: US Tax
47+
url: overview.md#us-tax
48+
- text: Personal identification
49+
url: overview.md#personal-identification
50+
- text: Custom field extraction
51+
url: overview.md#document-field-extraction-models
52+
- text: Custom classification
53+
url: overview.md#custom-classification-models
54+
- text: Add-on capabilities
55+
url: concept-add-on-capabilities.md
56+
- text: Query field extraction
57+
url: concept-query-fields.md
7658

59+
#Card 3
60+
- title: Document Intelligence Studio
61+
linkLists:
62+
- linkListType: overview
63+
links:
64+
- text: Studio overview
65+
url: studio-overview.md
66+
- text: Studio concepts
67+
url: concept-document-intelligence-studio.md
7768
#Card 4
7869
- title: Document Intelligence concepts
7970
linkLists:
8071
- linkListType: concept
8172
links:
82-
- text: 🆕 Query field extraction
83-
url: concept-query-fields.md
84-
- text: 🆕 Add-on capabilities
85-
url: concept-add-on-capabilities.md
86-
- text: 🆕 Retrieve-Augmented Generation (RAG)
73+
- text: 🆕 Custom generative model
74+
url: concept-custom-generative.md
75+
- text: 🆕 Retrieval-Augmented Generation (RAG)
8776
url: concept-retrieval-augmented-generation.md
88-
- linkListType: concept
89-
links:
90-
- text: Pretrained model overview
91-
url: concept-model-overview.md
77+
- text: 🆕 Batch document analysis
78+
url: concept-batch-analysis.md
9279
- text: Accuracy and confidence scores
9380
url: concept-accuracy-confidence.md
94-
- text: "API response: analyze document"
81+
- text: Use the analyzeDocument response
9582
url: concept-analyze-document-response.md
9683
- text: Custom model overview
9784
url: concept-custom.md
98-
99-
100-
#Card 5
101-
- title: Quickstarts and how-to-guides
85+
# Card 5
86+
- title: Responsible AI
10287
linkLists:
103-
- linkListType: quickstart
88+
- linkListType: reference
10489
links:
105-
- text: Document Intelligence Studio
106-
url: quickstarts/try-document-intelligence-studio.md
107-
- text: Document Intelligence SDK
108-
url: quickstarts/get-started-sdks-rest-api.md
90+
- text: Transparency notes
91+
url: /legal/cognitive-services/document-intelligence/transparency-note?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
92+
- text: Characteristics and limitations
93+
url: /legal/cognitive-services/document-intelligence/characteristics-and-limitations?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
94+
- text: Guidance for integration and responsible use
95+
url: /legal/cognitive-services/document-intelligence/guidance-integration-responsible-use?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
96+
- text: Data privacy, compliance, and security
97+
url: /legal/cognitive-services/document-intelligence/data-privacy-security?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json#Card 5
98+
99+
# Card 6
100+
- title: How-to-guides
101+
linkLists:
109102
- linkListType: how-to-guide
110103
links:
111104
- text: Create a Document Intelligence resource
@@ -123,16 +116,4 @@ landingContent:
123116
- text: Install and run Document Intelligence containers
124117
url: containers/install-run.md
125118

126-
# Card 6
127-
- title: Responsible AI
128-
linkLists:
129-
- linkListType: reference
130-
links:
131-
- text: Transparency notes
132-
url: /legal/cognitive-services/document-intelligence/transparency-note?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
133-
- text: Characteristics and limitations
134-
url: /legal/cognitive-services/document-intelligence/characteristics-and-limitations?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
135-
- text: Guidance for integration and responsible use
136-
url: /legal/cognitive-services/document-intelligence/guidance-integration-responsible-use?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
137-
- text: Data privacy, compliance, and security
138-
url: /legal/cognitive-services/document-intelligence/data-privacy-security?toc=/azure/ai-services/document-intelligence/toc.json&bc=/azure/ai-services/document-intelligence/breadcrumb/toc.json
119+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom:
1212
- devx-track-python
1313
- ignite-2023
1414
ms.topic: quickstart
15-
ms.date: 07/19/2024
15+
ms.date: 08/19/2024
1616
ms.author: lajanuar
1717
zone_pivot_groups: programming-languages-set-formre
1818
---
@@ -30,7 +30,7 @@ zone_pivot_groups: programming-languages-set-formre
3030

3131
**This content applies to:** ![checkmark](../media/yes-icon.png) **v4.0 (preview)** **Earlier versions:** ![blue-checkmark](../media/blue-yes-icon.png) [v3.1 (GA)](?view=doc-intel-3.1.0&preserve-view=true) ![blue-checkmark](../media/blue-yes-icon.png) [v3.0 (GA)](?view=doc-intel-3.0.0&preserve-view=true)
3232

33-
* Get started with Azure AI Document Intelligence latest preview version (2024-02-29-preview).
33+
* Get started with Azure AI Document Intelligence latest preview version (2024-07-31-preview).
3434

3535
:::moniker-end
3636

0 commit comments

Comments
 (0)