Skip to content

Commit f7c873e

Browse files
committed
sync content
1 parent 38255b8 commit f7c873e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/document-intelligence/concept-custom.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ monikerRange: '<=doc-intel-4.0.0'
3535

3636
Document Intelligence uses advanced machine learning technology to identify documents, detect and extract information from forms and documents, and return the extracted data in a structured JSON output. With Document Intelligence, you can use document analysis models, pre-built/pre-trained, or your trained standalone custom models.
3737

38-
Custom models now include [custom classification models](./concept-custom-classifier.md) for scenarios where you need to identify the document type before invoking the extraction model. Classifier models are available starting with the ```2023-07-31 (GA)``` API. A classification model can be paired with a custom extraction model to analyze and extract fields from forms and documents specific to your business to create a document processing solution. Standalone custom extraction models can be combined to create [composed models](concept-composed-models.md).
38+
Custom models now include [custom classification models](./concept-custom-classifier.md) for scenarios where you need to identify the document type before invoking the extraction model. Classifier models are available starting with the ```2023-07-31 (GA)``` API. A classification model can be paired with a custom extraction model to analyze and extract specific and/or custom fields from your forms and documents. Standalone custom extraction models can be combined to create [composed models](concept-composed-models.md).
3939

4040
::: moniker range=">=doc-intel-3.0.0"
4141

@@ -51,7 +51,7 @@ To create a custom extraction model, label a dataset of documents with the value
5151

5252
> [!IMPORTANT]
5353
>
54-
> Starting with version 4.0 2024-02-29-preview API, custom neural models now support **overlapping fields** and **table, row and cell level confidence**.
54+
> Starting with version 4.0 2024-02-29-preview API, custom neural models now support **overlapping fields** and **table, row and cell level confidence**.
5555
>
5656
5757
The custom neural (custom document) model uses deep learning models and base model trained on a large collection of documents. This model is then fine-tuned or adapted to your data when you train the model with a labeled dataset. Custom neural models support structured, semi-structured, and unstructured documents to extract fields. Custom neural models currently support English-language documents. When you're choosing between the two model types, start with a neural model to determine if it meets your functional needs. See [neural models](concept-custom-neural.md) to learn more about custom document models.
@@ -76,7 +76,7 @@ If the language of your documents and extraction scenarios supports custom neura
7676

7777
* Supported file formats:
7878

79-
|Model | PDF |Image: </br>jpeg/jpg, png, bmp, tiff, heif | Microsoft Office: </br> Word (docx), Excel (xlsx), PowerPoint (pptx)|
79+
|Model | PDF |Image: </br>`jpeg/jpg`, `png`, `bmp`,`tiff`, `heif` | Microsoft Office: </br> Word (docx), Excel (xlsx), PowerPoint (pptx)|
8080
|--------|:----:|:-----:|:---------------:
8181
|Read ||||
8282
|Layout ||| ✔ (2024-02-29-preview, 2023-10-31-preview, and later) |
@@ -105,7 +105,7 @@ If the language of your documents and extraction scenarios supports custom neura
105105

106106
### Build mode
107107

108-
The build custom model operation adds support for the *template* and *neural* custom models. Previous versions of the REST API and client libraries only supported a single build mode that is now known as the *template* mode.
108+
The `build custom model` operation adds support for the *template* and *neural* custom models. Previous versions of the REST API and client libraries only supported a single build mode that is now known as the *template* mode.
109109

110110
* Template models only accept documents that have the same basic page structure—a uniform visual appearance—or the same relative positioning of elements within the document.
111111

0 commit comments

Comments
 (0)