Skip to content

Commit 64e27a7

Browse files
Merge pull request #247303 from laujan/lu-whats-new-updates
Lu whats new updates
2 parents cd0ef80 + 4e85718 commit 64e27a7

20 files changed

+38
-416
lines changed

articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
},
228228
{
229229
"source_path_from_root": "/articles/applied-ai-services/form-recognizer/v3-migration-guide.md",
230-
"redirect_url": "/azure/ai-services/document-intelligence/v3-migration-guide",
230+
"redirect_url": "/azure/ai-services/document-intelligence/v3-1-migration-guide",
231231
"redirect_document_id": true
232232
},
233233
{
@@ -539,6 +539,12 @@
539539
"source_path_from_root": "/articles/applied-ai-services/immersive-reader/context/context.md",
540540
"redirect_url": "/azure/ai-services/immersive-reader/?context=/azure/ai-services/immersive-reader/context/context",
541541
"redirect_document_id": false
542+
},
543+
{
544+
"source_path_from_root": "/articles/ai-services/document-intelligence/v3-migration-guide.md",
545+
"redirect_url": "/azure/ai-services/document-intelligence/v3-1-migration-guide",
546+
"redirect_document_id": true
542547
}
548+
543549
]
544550
}

articles/ai-services/document-intelligence/concept-business-card.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ See how data, including name, job title, address, email, and company name, is ex
215215
* **en-gb**
216216
* **en-in**
217217

218-
### Migration guide and REST API v3.0
218+
### Migration guide and REST API v3.1
219219

220-
* Follow our [**Document Intelligence v3.0 migration guide**](v3-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
220+
* Follow our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
221221

222222
::: moniker-end
223223

articles/ai-services/document-intelligence/concept-custom-classifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Custom classification models require a minimum of five samples per class to trai
5959

6060
## Training a model
6161

62-
Custom classification models are only available in the [v3.1 API](v3-migration-guide.md) starting with API version ```2023-02-28-preview```. [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio) provides a no-code user interface to interactively train a custom classifier.
62+
Custom classification models are only available in the [v3.1 API](v3-1-migration-guide.md) starting with API version ```2023-02-28-preview```. [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio) provides a no-code user interface to interactively train a custom classifier.
6363

6464
When using the REST API, if you've organized your documents by folders, you can use the ```azureBlobSource``` property of the request to train a classification model.
6565

articles/ai-services/document-intelligence/concept-custom-neural.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Values in training cases should be diverse and representative. For example, if a
132132

133133
## Training a model
134134

135-
Custom neural models are available in the [v3.0 and v3.1 APIs](v3-migration-guide.md).
135+
Custom neural models are available in the [v3.0 and v3.1 APIs](v3-1-migration-guide.md).
136136

137137
| Document Type | REST API | SDK | Label and Test Models|
138138
|--|--|--|--|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ The following table lists the supported languages for print text by the most rec
653653
### Try signature detection
654654

655655
* **Custom model v 3.1 and v3.0 APIs** supports signature detection for custom forms. When you train custom models, you can specify certain fields as signatures. When a document is analyzed with your custom model, it indicates whether a signature was detected or not.
656-
* [Document Intelligence v3.0 migration guide](v3-migration-guide.md): This guide shows you how to use the v3.0 version in your applications and workflows.
656+
* [Document Intelligence v3.1 migration guide](v3-1-migration-guide.md): This guide shows you how to use the v3.0 version in your applications and workflows.
657657
* [REST API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument): This API shows you more about the v3.0 version and new capabilities.
658658

659659
1. Build your training dataset.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monikerRange: '>=doc-intel-3.0.0'
1818

1919
[!INCLUDE [applies to v3.1 and v3.0](includes/applies-to-v3-1-v3-0.md)]
2020

21-
The General document v3.0 model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to extract key-value pairs, tables, and selection marks from documents. General document is only available with the v3.0 API. For more information on using the v3.0 API, see our [migration guide](v3-migration-guide.md).
21+
The General document v3.0 model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to extract key-value pairs, tables, and selection marks from documents. General document is only available with the v3.0 API. For more information on using the v3.0 API, see our [migration guide](v3-1-migration-guide.md).
2222

2323
> [!NOTE]
2424
> The ```2023-07-31``` (GA) version of the general document model adds support for **normalized keys**.
@@ -118,7 +118,7 @@ Keys can also exist in isolation when the model detects that a key exists, with
118118

119119
## Next steps
120120

121-
* Follow our [**Document Intelligence v3.0 migration guide**](v3-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
121+
* Follow our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
122122

123123
* Explore our [**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument) to learn more about the v3.0 version and new capabilities.
124124

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The following are the fields extracted per document type. The Document Intellige
339339

340340
### Migration guide
341341

342-
* Follow our [**Document Intelligence v3.0 migration guide**](v3-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
342+
* Follow our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
343343

344344
::: moniker-end
345345

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ See how data, including customer information, vendor details, and line items, is
165165
166166
| Supported languages | Details |
167167
|:----------------------|:---------|
168-
| • English (en) | United States (us), Australia (-au), Canada (-ca), United Kingdom (-uk), India (-in)|
168+
| • English (en) | United States (us), Australia (au), Canada (ca), United Kingdom (uk), India (in)|
169169
| • Spanish (es) |Spain (es)|
170170
| • German (de) | Germany (de)|
171171
| • French (fr) | France (fr) |
@@ -176,14 +176,14 @@ See how data, including customer information, vendor details, and line items, is
176176
| • Danish (da) | Denmark (dk)|
177177
| • Estonian (et) | Estonia (ee)|
178178
| • Finnish (fi) | Finland (fl)|
179-
| • Croation (hr) | Bosnia and Herzegovina (ba), Croatia (hr), Serbia (rs)|
179+
| • Croatian (hr) | Bosnia and Herzegovina (ba), Croatia (hr), Serbia (rs)|
180180
| • Hungarian (hu) | Hungary (hu)|
181181
| • Icelandic (is) | Iceland (is)|
182182
| • Japanese (ja) | Japan (ja)|
183183
| • Korean (ko) | Korea (kr)|
184184
| • Lithuanian (lt) | Lithuania (lt)|
185185
| • Latvian (lv) | Latvia (lv)|
186-
| • Malay (ms) | Malasia (ms)|
186+
| • Malay (ms) | Malaysia (ms)|
187187
| • Norwegian (nb) | Norway (no)|
188188
| • Polish (pl) | Poland (pl)|
189189
| • Romanian (ro) | Romania (ro)|
@@ -353,7 +353,7 @@ The JSON output has three parts:
353353

354354
## Migration guide
355355

356-
* Follow our [**Document Intelligence v3.0 migration guide**](v3-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
356+
* Follow our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
357357

358358
::: moniker-end
359359

articles/ai-services/document-intelligence/concept-model-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ A composed model is created by taking a collection of custom models and assignin
255255
256256
### Version migration
257257

258-
Learn how to use Document Intelligence v3.0 in your applications by following our [**Document Intelligence v3.0 migration guide**](v3-migration-guide.md)
258+
Learn how to use Document Intelligence v3.0 in your applications by following our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md)
259259

260260
::: moniker-end
261261

@@ -376,7 +376,7 @@ A composed model is created by taking a collection of custom models and assignin
376376
377377
### Version migration
378378

379-
You can learn how to use Document Intelligence v3.0 in your applications by following our [**Document Intelligence v3.0 migration guide**](v3-migration-guide.md)
379+
You can learn how to use Document Intelligence v3.0 in your applications by following our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md)
380380

381381
::: moniker-end
382382

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Try extracting data from W-2 forms using the Document Intelligence Studio. You n
114114

115115
* | W2FormVariant | | String | The variants of W-2 forms, including *W-2*, *W-2AS*, *W-2CM*, *W-2GU*, *W-2VI* | W-2 |
116116

117-
### Migration guide and REST API v3.0
117+
### Migration guide and REST API v3.1
118118

119-
* Follow our [**Document Intelligence v3.0 migration guide**](v3-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
119+
* Follow our [**Document Intelligence v3.1 migration guide**](v3-1-migration-guide.md) to learn how to use the v3.0 version in your applications and workflows.
120120

121121
* Explore our [**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument) to learn more about the v3.0 version and new capabilities.
122122

0 commit comments

Comments
 (0)