Skip to content

Commit ff07a8c

Browse files
committed
2023-02-28-preview update
1 parent 27432ed commit ff07a8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/applied-ai-services/form-recognizer/sdk-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ recommendations: false
2222
[!INCLUDE [applies to v3.0 and v2.1](includes/applies-to-v3-0-and-v2-1.md)]
2323

2424
> [!IMPORTANT]
25-
> For more information on the latest public preview version (**2023-02-28-preview**) *see*, [Form Recognizer SDK (preview)](sdk-overview-preview.md)
25+
> For more information on the latest public preview version (**2023-02-28-preview**), *see* [Form Recognizer SDK (preview)](sdk-preview.md)
2626
2727
Azure Cognitive Services Form Recognizer is a cloud service that uses machine learning to analyze text and structured data from documents. The Form Recognizer software development kit (SDK) is a set of libraries and tools that enable you to easily integrate Form Recognizer models and capabilities into your applications. Form Recognizer SDK is available across platforms in C#/.NET, Java, JavaScript, and Python programming languages.
2828

@@ -311,7 +311,7 @@ For more information, *see* [Authenticate the client](https://github.com/Azure/a
311311
312312
### 4. Build your application
313313
314-
You'll create a client object to interact with the Form Recognizer SDK, and then call methods on that client object to interact with the service. The SDKs provide both synchronous and asynchronous methods. For more insight, try a [quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) in a language of your choice.
314+
Create a client object to interact with the Form Recognizer SDK, and then call methods on that client object to interact with the service. The SDKs provide both synchronous and asynchronous methods. For more insight, try a [quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) in a language of your choice.
315315
316316
## Help options
317317

articles/applied-ai-services/form-recognizer/sdk-overview-preview.md renamed to articles/applied-ai-services/form-recognizer/sdk-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ For more information, *see* [Authenticate the client](https://github.com/Azure/a
316316
317317
### 4. Build your application
318318
319-
You'll create a client object to interact with the Form Recognizer SDK, and then call methods on that client object to interact with the service. The SDKs provide both synchronous and asynchronous methods. For more insight, try a [quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) in a language of your choice.
319+
Create a client object to interact with the Form Recognizer SDK, and then call methods on that client object to interact with the service. The SDKs provide both synchronous and asynchronous methods. For more insight, try a [quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) in a language of your choice.
320320
321321
## Help options
322322

0 commit comments

Comments
 (0)