Skip to content

Commit 7a74999

Browse files
committed
Removing TLS 1,2 from FormRe docs.
1 parent 9c81892 commit 7a74999

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

articles/cognitive-services/form-recognizer/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ ms.author: pafarley
1515

1616
# What is Form Recognizer?
1717

18-
[!INCLUDE [TLS 1.2 enforcement](../../../includes/cognitive-services-tls-announcement.md)]
19-
2018
Azure Form Recognizer is a cognitive service that uses machine learning technology to identify and extract text, key/value pairs and table data from form documents. It ingests text from forms and outputs structured data that includes the relationships in the original file. You quickly get accurate results that are tailored to your specific content without heavy manual intervention or extensive data science expertise. Form Recognizer is comprised of custom models, the prebuilt receipt model, and the layout API. You can call Form Recognizer models by using a REST API to reduce complexity and integrate it into your workflow or application.
2119

2220
Form Recognizer is made up of the following services:

articles/cognitive-services/form-recognizer/whats-new.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,9 @@ The Form Recognizer service is updated on an ongoing basis. Use this article to
2222
2323
## March 2020
2424

25-
### TLS 1.2 enforcement
26-
27-
* TLS 1.2 is now enforced for all HTTP requests to this service. For more information, see [Azure Cognitive Services security](../cognitive-services-security.md).
28-
2925
### Extraction Enhancements and bug fixes
3026

31-
This release includes extraction enhancements and accuracy improvements, specifically, the capability to label and extract multiple key/value pairs in the same line of text. In addition, we've fixed several bugs, including a fix that allows users to submit a file URL as the source to the [`analyzeForm`](https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/AnalyzeWithCustomForm) and [`analyzeLayout`](https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/AnalyzeLayoutAsync) APIs.
32-
33-
34-
**Enhancements**
35-
36-
* Added additional logs and telemetry for storage manager, time-to-results, and document complexity
37-
* Improved model performance
38-
* Integrated latest pdfminer release
39-
* Integrated new read layout OCR engine
40-
41-
**Bug fixes**
42-
43-
* Bug fix: Public version is no longer hard coded into the route
44-
* Bug fix: Slow blob listings no longer block training
45-
* Bug fix: Kestrel unable to process malformed JSON for Analyze requests
46-
* Bug fix: Get/Delete APIs return errors for non-existent models
47-
* Bug fix: Isolate currency characters not detected
48-
* Bug fix: Prediction takes longer than 60 seconds
49-
* Bug fix: Unable to extract key/value pairs. List index out of range.
27+
This release includes extraction enhancements and accuracy improvements, specifically, the capability to label and extract multiple key/value pairs in the same line of text.
5028

5129
### Form Recognizer Sample Labeling Tool is now open-source
5230

0 commit comments

Comments
 (0)