Skip to content

Commit f392179

Browse files
authored
Merge pull request #108805 from erhopf/form-re-fix
[CogSvcs] What's New Update
2 parents fdd79ec + c62f8ff commit f392179

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

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

Lines changed: 6 additions & 24 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-
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
3526

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

@@ -83,6 +61,10 @@ This is an example of how tables are recognized and extracted:
8361
> [!IMPORTANT]
8462
> 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.
8563
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+
8668
## January 2020
8769

8870
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

Comments
 (0)