Skip to content

Commit b83be61

Browse files
authored
Add deprecation note for T1 formrecognizer, textanalytics (Azure#20262)
1 parent d5e4c23 commit b83be61

File tree

2 files changed

+8
-0
lines changed
  • sdk/cognitiveservices

2 files changed

+8
-0
lines changed

sdk/cognitiveservices/cognitiveservices-formrecognizer/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
This package contains an isomorphic SDK for FormRecognizerClient.
44

5+
> Please note, this package is deprecated and not functional as it uses a version of the Form Recognizer service (`v1.0-preview`) that is no longer available. As of August 2020, you can instead use [@azure/ai-form-recognizer](https://www.npmjs.com/package/@azure/ai-form-recognizer).
6+
57
### Currently supported environments
68

79
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
810
- Latest versions of Safari, Chrome, Edge, and Firefox.
911

12+
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
13+
1014
### How to Install
1115

1216
```bash

sdk/cognitiveservices/cognitiveservices-textanalytics/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
This package contains an isomorphic SDK for TextAnalyticsClient.
44

5+
> Please note, a newer package [@azure/ai-text-analytics](https://www.npmjs.com/package/@azure/ai-text-analytics) is available as of June, 2020 that uses Text Analytics API v3.0 or above. While this package will continue to receive critical bug fixes, it uses Text Analytics API v2.1, and we strongly encourage you to upgrade.
6+
57
### Currently supported environments
68

79
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
810
- Latest versions of Safari, Chrome, Edge, and Firefox.
911

12+
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
13+
1014
### How to Install
1115

1216
```bash

0 commit comments

Comments
 (0)