Skip to content

Commit f4878c1

Browse files
committed
edit for pub
1 parent 110ab14 commit f4878c1

File tree

4 files changed

+59
-76
lines changed

4 files changed

+59
-76
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: lajanuar
1919
:::moniker range="doc-intel-4.0.0"
2020

2121
> [!IMPORTANT]
22-
> Starting with D:ocument Intelligence **2023-10-31-preview** and going forward, the general document model (prebuilt-document) is deprecated. To extract key-value pairs, selection marks, text, tables, and structure from documents, use the following models:
22+
> Starting with Document Intelligence **2023-10-31-preview** and going forward, the general document model (prebuilt-document) is deprecated. To extract key-value pairs, selection marks, text, tables, and structure from documents, use the following models:
2323
2424
| Feature | version| Model ID |
2525
|---------- |---------|--------|

articles/ai-services/document-intelligence/language-support-custom.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -104,33 +104,6 @@ Azure AI Document Intelligence models provide multilingual document processing s
104104

105105
:::moniker range=">=doc-intel-3.1.0"
106106

107-
Neural models support added languages for the `v3.1` and later APIs.
108-
109-
| Languages | API version |
110-
|:--:|:--:|
111-
| English |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`, `v3.0:2022-08-31 (GA)`|
112-
| German |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
113-
| Italian |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
114-
| French |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
115-
| Spanish |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
116-
| Dutch |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
117-
118-
:::moniker-end
119-
120-
:::moniker range=">=doc-intel-3.1.0"
121-
122-
## [**Handwritten text**](#tab/handwritten)
123-
124-
The following table lists the supported languages for extracting handwritten texts.
125-
126-
|Language| Language code (optional) | Language| Language code (optional) |
127-
|:-----|:----:|:-----|:----:|
128-
|English|`en`|Japanese |`ja`|
129-
|Chinese Simplified |`zh-Hans`|Korean |`ko`|
130-
|French |`fr`|Portuguese |`pt`|
131-
|German |`de`|Spanish |`es`|
132-
|Italian |`it`|
133-
134107
## [**Printed text**](#tab/printed)
135108

136109
The following table lists the supported languages for printed text.
@@ -141,8 +114,8 @@ The following table lists the supported languages for printed text.
141114
|Albanian| `sq`|
142115
|Arabic|`ar`|
143116
|Bulgarian|`bg`|
144-
|Chinese (Han (Simplified variant))| `zh-Hans`|
145-
|Chinese (Han (Traditional variant))|`zh-Hant`|
117+
|Chinese Simplified| `zh-Hans`|
118+
|Chinese Traditional|`zh-Hant`|
146119
|Croatian|`hr`|
147120
|Czech|`cs`|
148121
|Danish|`da`|
@@ -185,14 +158,7 @@ The following table lists the supported languages for printed text.
185158
|Urdu|`ur`|
186159
|Vietnamese|`vi`|
187160

188-
---
189-
:::moniker-end
190-
191-
## Custom template
192-
193-
:::moniker range=">=doc-intel-3.0.0"
194-
195-
## [**Handwritten**](#tab/handwritten)
161+
## [**Handwritten text**](#tab/handwritten)
196162

197163
The following table lists the supported languages for extracting handwritten texts.
198164

@@ -204,6 +170,28 @@ The following table lists the supported languages for extracting handwritten tex
204170
|German |`de`|Spanish |`es`|
205171
|Italian |`it`|
206172

173+
---
174+
:::moniker-end
175+
176+
:::moniker range=">=doc-intel-3.1.0"
177+
178+
Neural models support added languages for the `v3.1` and later APIs.
179+
180+
| Languages | API version |
181+
|:--:|:--:|
182+
| English |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`, `v3.0:2022-08-31 (GA)`|
183+
| German |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
184+
| Italian |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
185+
| French |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
186+
| Spanish |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
187+
| Dutch |`v4.0:2023-10-31-preview`, `v3.1:2023-07-31 (GA)`|
188+
189+
:::moniker-end
190+
191+
## Custom template
192+
193+
::: moniker range=">=doc-intel-3.0.0"
194+
207195
## [**Printed**](#tab/printed)
208196

209197
The following table lists the supported languages for printed text.
@@ -525,5 +513,17 @@ The following table lists the supported languages for printed text.
525513
|Zulu|zu|
526514
:::column-end:::
527515
:::row-end:::
516+
517+
## [**Handwritten**](#tab/handwritten)
518+
519+
The following table lists the supported languages for extracting handwritten texts.
520+
521+
|Language| Language code (optional) | Language| Language code (optional) |
522+
|:-----|:----:|:-----|:----:|
523+
|English|`en`|Japanese |`ja`|
524+
|Chinese Simplified |`zh-Hans`|Korean |`ko`|
525+
|French |`fr`|Portuguese |`pt`|
526+
|German |`de`|Spanish |`es`|
527+
|Italian |`it`|
528528
---
529529
:::moniker-end

articles/ai-services/document-intelligence/language-support-ocr.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,20 @@ Azure AI Document Intelligence models provide multilingual document processing s
5353

5454
::: moniker-end
5555

56-
## Read model
57-
58-
##### Model ID: **prebuilt-read**
59-
6056
> [!NOTE]
6157
> **Language code optional**
6258
>
6359
> * Document Intelligence's deep learning based universal models extract all multi-lingual text in your documents, including text lines with mixed languages, and don't require specifying a language code.
64-
> * Don't provide the language code as the parameter unless you are sure about the language and want to force the service to apply only the relevant model. Otherwise, the service may return incomplete and incorrect text.
60+
>
61+
> * Don't provide the language code as the parameter unless you are sure of the language and want to force the service to apply only the relevant model. Otherwise, the service may return incomplete and incorrect text.
6562
>
6663
> * Also, It's not necessary to specify a locale. This is an optional parameter. The Document Intelligence deep-learning technology will auto-detect the text language in your image.
6764
65+
## Read model
66+
67+
##### Model ID: **prebuilt-read**
68+
69+
6870
### [**Read: handwritten text**](#tab/read-hand)
6971

7072
:::moniker range="doc-intel-4.0.0"
@@ -115,7 +117,7 @@ The following table lists read model language support for extracting and analyzi
115117

116118
:::row:::
117119
:::column span="":::
118-
|Language| Code (optional) |
120+
|Language| Code (optional) |
119121
|:-----|:----:|
120122
|Abaza|abq|
121123
|Abkhazian|ab|
@@ -194,7 +196,7 @@ The following table lists read model language support for extracting and analyzi
194196
|Finnish|fi|
195197
:::column-end:::
196198
:::column span="":::
197-
|Language| Code (optional) |
199+
|Language| Code (optional) |
198200
|:-----|:----:|
199201
|Fon|fon|
200202
|French|fr|

articles/ai-services/document-intelligence/language-support-prebuilt.md

Lines changed: 12 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,6 @@ Azure AI Document Intelligence models provide multilingual document processing s
7777

7878
:::moniker-end
7979

80-
## General document
81-
82-
:::moniker range="doc-intel-4.0.0"
83-
> [!IMPORTANT]
84-
> Starting with D:ocument Intelligence **2023-10-31-preview** and going forward, the general document model (prebuilt-document) is deprecated. To extract key-value pairs, selection marks, text, tables, and structure from documents, use the following models:
85-
86-
| Feature | version| Model ID |
87-
|---------- |---------|--------|
88-
|`Layout` model with the optional query string parameter **`features=keyValuePairs`** enabled.|&bullet; v4:2023-10-31-preview</br>&bullet; v3.1:2023-07-31 (GA) |**`prebuilt-layout`**|
89-
|General document model|&bullet; v3.1:2023-07-31 (GA)</br>&bullet; v3.0:2022-08-31 (GA)</br>&bullet; v2.1 (GA)|**`prebuilt-document`**|
90-
:::moniker-end
91-
92-
:::moniker range="doc-intel-4.0.0 ||doc-intel-3.1.0"
93-
94-
***Model ID: prebuilt-document***
95-
96-
| Language—Locale code | Default |
97-
|:----------------------|:---------|
98-
| English (United States)|English (United States)—en-US|
99-
:::moniker-end
100-
10180
## Health insurance card
10281

10382
:::moniker range=">=doc-intel-3.0.0"
@@ -178,7 +157,8 @@ Azure AI Document Intelligence models provide multilingual document processing s
178157
| &bullet; Chinese (traditional (zh-hant)) | Hong Kong SAR (zh-hant-hk), Taiwan (zh-hant-tw)|
179158

180159
### [Supported Currency Codes](#tab/currency)
181-
|Currency Codes | Details |
160+
161+
|Currency Code | Details |
182162
|:----------------------|:---------|
183163
| &bullet; ARS | Argentine Peso (`ar`) |
184164
| &bullet; AUD | Australian Dollar (`au`) |
@@ -250,6 +230,7 @@ Azure AI Document Intelligence models provide multilingual document processing s
250230
***Model ID: prebuilt-receipt***
251231

252232
### [Thermal receipts](#tab/thermal)
233+
253234
| Language name | Language code | Language name | Language code |
254235
|:--------------|:-------------:|:--------------|:-------------:|
255236
|English|``en``|Lithuanian|`lt`|
@@ -312,15 +293,15 @@ Azure AI Document Intelligence models provide multilingual document processing s
312293

313294

314295
### [Hotel receipts](#tab/hotel)
315-
| Supported Languages | Details |
316-
|:--------------------|:-------:|
317-
|English|United States (`en-US`)|
318-
|French|France (`fr-FR`)|
319-
|German|Germany (`de-DE`)|
320-
|Italian|Italy (`it-IT`)|
321-
|Japanese|Japan (`ja-JP`)|
322-
|Portuguese|Portugal (`pt-PT`)|
323-
|Spanish|Spain (`es-ES`)|
296+
| Supported Languages|Language code |
297+
|:--------------------|:------------|
298+
|English (United States)|`en-US`|
299+
|French|`fr-FR`|
300+
|German|`de-DE`|
301+
|Italian|`it-IT`|
302+
|Japanese|`ja-JP`|
303+
|Portuguese|`pt-PT`|
304+
|Spanish|`es-ES`|
324305

325306
---
326307
::: moniker-end

0 commit comments

Comments
 (0)