Skip to content

Commit 8541637

Browse files
committed
resolve pr warnings
1 parent 9eab6f5 commit 8541637

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/applied-ai-services/form-recognizer/whats-new.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The beta.3/beta.4 version of the Azure Form Recognizer SDKs has been released. T
5454
>[!NOTE]
5555
> The beta.3 (C#, JavaScript, Python) and beta.4 (Java) previews contain the same updates and fixes but the versioning is no longer in sync across all programming languages.
5656
57-
This new release includes the following:
57+
This new release includes the following updates:
5858

5959
* 🆕 [Custom Document models and modes](concept-custom.md):
6060
* [Custom template](concept-custom-template.md) (formerly custom form)
@@ -247,7 +247,7 @@ Form Recognizer features are now supported by six feature containers—**Layout*
247247

248248
### Form Recognizer SDK v3.1.0 patched to v3.1.1 for C#, Java, and Python
249249

250-
The patch addresses invoices that do not have subline item fields detected such as a `FormField` with `Text` but no `BoundingBox` or `Page` information.
250+
The patch addresses invoices that don't have subline item fields detected such as a `FormField` with `Text` but no `BoundingBox` or `Page` information.
251251

252252
### [**C#**](#tab/csharp)
253253

@@ -289,7 +289,7 @@ Go to the [Form Recognizer Sample Tool](https://fott-2-1.azurewebsites.net/) and
289289

290290
### Layout adds table headers
291291

292-
The updated Layout API table feature adds header recognition with column headers that can span multiple rows. Each table cell has an attribute that indicates whether it's part of a header or not. This can be used to identify which rows make up the table header.
292+
The updated Layout API table feature adds header recognition with column headers that can span multiple rows. Each table cell has an attribute that indicates whether it's part of a header or not. This update can be used to identify which rows make up the table header.
293293

294294
#### SDK updates
295295

@@ -502,7 +502,7 @@ npm package version 3.1.0-beta.3
502502

503503
* Added support for a **[ReadingOrder](/javascript/api/@azure/ai-form-recognizer/formreadingorder?view=azure-node-latest&preserve-view=true to the URL)** type to the content recognition methods. This option enables you to control the algorithm that the service uses to determine how recognized lines of text should be ordered. You can specify which reading order algorithm—`basic` or `natural`—should be applied to order the extraction of text elements. If not specified, the default value is `basic`.
504504

505-
* Split **[FormField](/javascript/api/@azure/ai-form-recognizer/formfield?view=azure-node-preview&preserve-view=true)** type into several different interfaces. This update should not cause any API compatibility issues except in certain edge cases (undefined valueType).
505+
* Split **[FormField](/javascript/api/@azure/ai-form-recognizer/formfield?view=azure-node-preview&preserve-view=true)** type into several different interfaces. This update shouldn't cause any API compatibility issues except in certain edge cases (undefined valueType).
506506

507507
* Migrated to the **2.1-preview.3** Form Recognizer service endpoint for all REST API calls.
508508

@@ -576,7 +576,7 @@ pip package version 3.1.0b4
576576

577577
:::image type="content" source="./media/table-labeling.png" alt-text="Table labeling" lightbox="./media/table-labeling.png":::
578578

579-
In addition to labeling tables, you can now label empty values and regions; if some documents in your training set do not have values for certain fields, you can label them so that your model will know to extract values properly from analyzed documents.
579+
In addition to labeling tables, you can now label empty values and regions; if some documents in your training set don't have values for certain fields, you can label them so that your model will know to extract values properly from analyzed documents.
580580

581581
* **Support for 66 new languages** - The Layout API and Custom Models for Form Recognizer now support 73 languages.
582582

@@ -626,7 +626,7 @@ pip package version 3.1.0b4
626626
* **REST API reference is available** - View the [v2.1-preview.1 reference](https://westcentralus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1-preview-1/operations/AnalyzeBusinessCardAsync)
627627
* **New languages supported In addition to English**, the following [languages](language-support.md) are now supported: for `Layout` and `Train Custom Model`: English (`en`), Chinese (Simplified) (`zh-Hans`), Dutch (`nl`), French (`fr`), German (`de`), Italian (`it`), Portuguese (`pt`) and Spanish (`es`).
628628
* **Checkbox / Selection Mark detection** – Form Recognizer supports detection and extraction of selection marks such as check boxes and radio buttons. Selection Marks are extracted in `Layout` and you can now also label and train in `Train Custom Model` - _Train with Labels_ to extract key-value pairs for selection marks.
629-
* **Model Compose** - allows multiple models to be composed and called with a single model ID. When a you submit a document to be analyzed with a composed model ID, a classification step is first performed to route it to the correct custom model. Model Compose is available for `Train Custom Model` - _Train with labels_.
629+
* **Model Compose** - allows multiple models to be composed and called with a single model ID. When you submit a document to be analyzed with a composed model ID, a classification step is first performed to route it to the correct custom model. Model Compose is available for `Train Custom Model` - _Train with labels_.
630630
* **Model name** - add a friendly name to your custom models for easier management and tracking.
631631
* **[New pre-built model for Business Cards](./concept-business-card.md)** for extracting common fields in English, language business cards.
632632
* **[New locales for pre-built Receipts](./concept-receipt.md)** in addition to EN-US, support is now available for EN-AU, EN-CA, EN-GB, EN-IN

0 commit comments

Comments
 (0)