You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/form-recognizer/whats-new.md
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,31 +22,9 @@ The Form Recognizer service is updated on an ongoing basis. Use this article to
22
22
23
23
## March 2020
24
24
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
-
29
-
### Extraction Enhancements and bug fixes
30
-
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**
25
+
### Extraction enhancements
35
26
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.
50
28
51
29
### Form Recognizer Sample Labeling Tool is now open-source
52
30
@@ -83,6 +61,10 @@ This is an example of how tables are recognized and extracted:
83
61
> [!IMPORTANT]
84
62
> Labeling tables isn't supported. If tables are not recognized and extrated automatically, you can only label them as key/value pairs. When labeling tables as key/value pairs, please label each cell as a value.
85
63
64
+
### TLS 1.2 enforcement
65
+
66
+
* 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).
67
+
86
68
## January 2020
87
69
88
70
This release introduces the Form Recognizer 2.0 (preview). In the sections below, you'll find more information about new features, enhancements, and changes.
0 commit comments