Skip to content

Commit e9af433

Browse files
Merge pull request #248608 from laujan/147645-javascript-v3-1-sdk-update
javascript v3.1 sdk update
2 parents ca91715 + b68c092 commit e9af433

24 files changed

+81
-56
lines changed

articles/ai-services/document-intelligence/containers/install-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ monikerRange: '<=doc-intel-3.1.0'
2626
[!INCLUDE [applies to v2.1](../includes/applies-to-v2-1.md)]
2727
::: moniker-end
2828

29-
Azure AI Document Intelligence is an Azure AI service that lets you build automated data processing software using machine-learning technology. Document Intelligence enables you to identify and extract text, key/value pairs, selection marks, table data, and more from your form documents. The results are delivered as structured data that includes the relationships in the original file.
29+
Azure AI Document Intelligence is an Azure AI service that lets you build automated data processing software using machine-learning technology. Document Intelligence enables you to identify and extract text, key/value pairs, selection marks, table data, and more from your documents. The results are delivered as structured data that includes the relationships in the original file.
3030

3131
::: moniker range=">=doc-intel-3.0.0"
3232
In this article you learn how to download, install, and run Document Intelligence containers. Containers enable you to run the Document Intelligence service in your own environment. Containers are great for specific security and data governance requirements.

articles/ai-services/document-intelligence/create-sas-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To get started, you need:
8181
:::image type="content" source="media/sas-tokens/upload-blob-window.png" alt-text="Screenshot that shows the Upload blob window in the Azure portal.":::
8282

8383
> [!NOTE]
84-
> By default, the REST API uses form documents located at the root of your container. You can also use data organized in subfolders if specified in the API call. For more information, see [Organize your data in subfolders](how-to-guides/build-a-custom-model.md?view=doc-intel-2.1.0&preserve-view=true#organize-your-data-in-subfolders-optional).
84+
> By default, the REST API uses documents located at the root of your container. You can also use data organized in subfolders if specified in the API call. For more information, see [Organize your data in subfolders](how-to-guides/build-a-custom-model.md?view=doc-intel-2.1.0&preserve-view=true#organize-your-data-in-subfolders-optional).
8585
8686
## Use the Azure portal
8787

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.topic: faq
10-
ms.date: 08/02/2023
10+
ms.date: 08/17/2023
1111
ms.author: lajanuar
1212
monikerRange: '<=doc-intel-3.1.0'
1313

@@ -24,20 +24,28 @@ sections:
2424
What is Azure AI Document Intelligence and what happened to Form Recognizer?
2525
answer: |
2626
27-
- Form Recognizer is now Azure AI Document Intelligence!
28-
2927
- 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. The returned result is a structured JSON output.
3028
3129
- Document Intelligence use cases include automated data processing, enhanced data-driven strategies, and enriched document search capabilities.
3230
33-
- As of July 2023, Azure AI services encompass all of what were previously known as Azure Cognitive Services and Azure Applied AI Services. There are no changes to pricing. The names "Cognitive Services" and "Azure Applied AI" continue to be used in Azure billing, cost analysis, price list, and price APIs. There are no breaking changes to application programming interfaces (APIs) or SDKs.
31+
- As of July 2023, Form Recognizer is now Azure AI Document Intelligence!
32+
33+
- Azure AI services encompass all of what were previously known as Azure Cognitive Services and Azure Applied AI Services.
34+
35+
- There are no changes to pricing. The names "Cognitive Services" and "Azure Applied AI" continue to be used in Azure billing, cost analysis, price list, and price APIs.
36+
37+
- There are no breaking changes to application programming interfaces (APIs) or SDKs.
38+
39+
- Some platforms are still awaiting the renaming update. All mention of Form Recognizer or Document Intelligence in our documentation refers to the same Azure service.
40+
41+
3442
3543
- question: |
3644
How is Document Intelligence related to Document Generative AI?
3745
answer: |
3846
3947
A Document Generative AI solution can enable you to chat with your documents, generate captivating content from them and access the power of Azure OpenAI models on your data. With Azure AI Document Intelligence and Azure OpenAI combined, you can build an enterprise application to seamlessly interact with your documents using natural languages, easily find answers and gain valuable insights, effortlessly generate new and engaging content from your existing documents. Check for more details in the [technical community blog](https://techcommunity.microsoft.com/t5/azure-ai-services-blog/document-generative-ai-the-power-of-azure-ai-document/ba-p/3875015).
40-
48+
4149
- question: |
4250
Which Document Intelligence use cases require special consideration?
4351
answer: |

articles/ai-services/document-intelligence/how-to-guides/build-a-custom-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Follow these tips to further optimize your data set for training.
175175

176176
## Upload your training data
177177

178-
When you've put together the set of form documents for training, you need to upload it to an Azure blob storage container. If you don't know how to create an Azure storage account with a container, follow the [Azure Storage quickstart for Azure portal](../../../storage/blobs/storage-quickstart-blobs-portal.md). Use the standard performance tier.
178+
When you've put together the set of documents for training, you need to upload it to an Azure blob storage container. If you don't know how to create an Azure storage account with a container, follow the [Azure Storage quickstart for Azure portal](../../../storage/blobs/storage-quickstart-blobs-portal.md). Use the standard performance tier.
179179

180180
If you want to use manually labeled data, upload the *.labels.json* and *.ocr.json* files that correspond to your training documents. You can use the [Sample Labeling tool](../label-tool.md) (or your own UI) to generate these files.
181181

articles/ai-services/document-intelligence/how-to-guides/includes/v2-1/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The following code processes the ID document at the given URI and prints the maj
290290

291291
## Train a custom model
292292

293-
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original form document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
293+
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
294294

295295
> [!NOTE]
296296
> You can also train models with a graphical user interface such as the [Document Intelligence Sample Labeling tool](../../../label-tool.md).

articles/ai-services/document-intelligence/how-to-guides/includes/v2-1/java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The following code processes the ID document at the given URI and prints the maj
258258

259259
## Train a custom model
260260

261-
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original form document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
261+
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
262262

263263
> [!NOTE]
264264
> You can also train models with a graphical user interface such as the [Document Intelligence Sample Labeling tool](../../../label-tool.md).

articles/ai-services/document-intelligence/how-to-guides/includes/v2-1/javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ To analyze ID documents from a URL, use the `beginRecognizeIdDocumentsFromUrl` m
192192

193193
## Train a custom model
194194

195-
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original form document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
195+
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
196196

197197
> [!NOTE]
198198
> You can also train models with a graphical user interface (GUI) such as the [Document Intelligence Sample Labeling tool](../../../label-tool.md).

articles/ai-services/document-intelligence/how-to-guides/includes/v2-1/python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You need to add references to the URLs for your training and testing data.
9292
* Use the sample form and receipt images included in the samples (also available on [GitHub](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples/sample_forms) or you can use the above steps to get the SAS URL of an individual document in blob storage.
9393

9494
> [!NOTE]
95-
> The code snippets in this project use remote forms accessed by URLs. If you want to process local form documents instead, see the related methods in the [reference documentation](/python/api/azure-ai-formrecognizer) and [samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples).
95+
> The code snippets in this project use remote forms accessed by URLs. If you want to process local documents instead, see the related methods in the [reference documentation](/python/api/azure-ai-formrecognizer) and [samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples).
9696
9797
## Analyze layout
9898

@@ -194,7 +194,7 @@ To analyze ID documents from a URL, use the `begin_recognize_id_documents_from_u
194194
195195
## Train a custom model
196196

197-
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original form document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
197+
This section demonstrates how to train a model with your own data. A trained model can output structured data that includes the key/value relationships in the original document. After you train the model, you can test, retrain, and eventually use it to reliably extract data from more forms according to your needs.
198198

199199
> [!NOTE]
200200
> You can also train models with a graphical user interface such as the [Document Intelligence Sample Labeling tool](../../../label-tool.md).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def format_polygon(polygon):
112112

113113

114114
def analyze_read():
115-
# sample form document
115+
# sample document
116116
formUrl = "https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/read.png"
117117

118118
document_analysis_client = DocumentAnalysisClient(
@@ -191,7 +191,7 @@ def format_polygon(polygon):
191191

192192

193193
def analyze_layout():
194-
# sample form document
194+
# sample document
195195
formUrl = "https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/layout.png"
196196

197197
document_analysis_client = DocumentAnalysisClient(
@@ -441,7 +441,7 @@ def format_address_value(address_value):
441441

442442

443443
def analyze_tax_us_w2():
444-
# sample form document
444+
# sample document
445445
formUrl = "https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/rest-api/w2.png"
446446

447447
document_analysis_client = DocumentAnalysisClient(

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ monikerRange: '<=doc-intel-3.1.0'
2323
> [!NOTE]
2424
> Form Recognizer is now **Azure AI Document Intelligence**!
2525
>
26-
> As of July 2023, Azure AI services encompass all of what were previously known as Cognitive Services and Azure Applied AI Services. There are no changes to pricing. The names *Cognitive Services* and *Azure Applied AI* continue to be used in Azure billing, cost analysis, price list, and price APIs. There are no breaking changes to application programming interfaces (APIs) or SDKs.
26+
> * As of July 2023, Azure AI services encompass all of what were previously known as Cognitive Services and Azure Applied AI Services.
27+
> * There are no changes to pricing.
28+
> * The names *Cognitive Services* and *Azure Applied AI* continue to be used in Azure billing, cost analysis, price list, and price APIs.
29+
> * There are no breaking changes to application programming interfaces (APIs) or SDKs.
30+
> * Some platforms are still awaiting the renaming update. All mention of Form Recognizer or Document Intelligence in our documentation refers to the same Azure service.
2731
2832
::: moniker range=">=doc-intel-3.0.0"
2933
[!INCLUDE [applies to v3.1, v3.0, and v2.1](includes/applies-to-v3-1-v3-0-v2-1.md)]

0 commit comments

Comments
 (0)