Skip to content

Commit 585f181

Browse files
committed
remove w-2 references
1 parent 47adae5 commit 585f181

File tree

11 files changed

+33
-147
lines changed

11 files changed

+33
-147
lines changed

articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,11 @@
585585
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-insurance-card.md",
586586
"redirect_url": "/azure/ai-services/document-intelligence/concept-health-insurance-card",
587587
"redirect_document_id": true
588+
},
589+
{
590+
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-w2.md",
591+
"redirect_url": "/azure/ai-services/document-intelligence/concept-tax-document",
592+
"redirect_document_id": true
588593
}
589594
]
590595
}

articles/ai-services/document-intelligence/choose-model-feature.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ The following decision charts highlight the features of each **Document Intellig
3939

4040
| Document type | Data to extract | Your best solution |
4141
| -----------------|--------------|-------------------|
42-
|**U.S. W-2 tax form**|You want to extract key information such as salary, wages, and taxes withheld.|[**W-2 model**](concept-w2.md)|
42+
|**US W-2 tax form**|You want to extract key information such as salary, wages, and taxes withheld.|[**US tax W-2 model**](concept-tax-document.md)|
43+
|**US Tax 1098 form**|You want to extract mortgage interest details such as principal, points, and tax.|[US tax 1098 model](concept-tax-document.md)|
44+
|**US Tax 1098-E form**|You want to extract student loan interest details such as lender and interest amount.|[US tax 1098-E model](concept-tax-document.md)|
45+
|**US Tax 1098T form**|You want to extract qualified tuition details such as scholarship adjustments, student status, and lender information..|[US tax 1098-T model](concept-tax-document.md)|
4346
|**Health insurance card** or health insurance ID.| You want to extract key information such as insurer, member ID, prescription coverage, and group number.|[**Health insurance card model**](./concept-health-insurance-card.md)|
4447
|**Invoice** or billing statement.|You want to extract key information such as customer name, billing address, and amount due.|[**Invoice model**](concept-invoice.md)
4548
|**Receipt**, voucher, or single-page hotel receipt. |You want to extract key information such as merchant name, transaction date, and transaction total.|[**Receipt model**](concept-receipt.md)|

articles/ai-services/document-intelligence/concept-model-overview.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ The health insurance card model combines powerful Optical Character Recognition
120120

121121
The US tax document models analyze and extract key fields and line items from a select group of tax documents. The API supports the analysis of English-language US tax documents of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The following models are currently supported:
122122

123-
|Model|Description|ModelID|
124-
|---|---|---|
125-
|US Tax W-2|Extract taxable compensation details.|**prebuilt-tax.us.W-2**|
126-
|US Tax 1098|Extract mortgage interest details.|**prebuilt-tax.us.1098**|
127-
|US Tax 1098-E|Extract student loan interest details.|**prebuilt-tax.us.1098E**|
128-
|US Tax 1098-T|Extract qualified tuition details.|**prebuilt-tax.us.1098T**|
123+
|Model|Description|ModelID|
124+
|---|---|---|
125+
|US Tax W-2|Extract taxable compensation details.|**prebuilt-tax.us.W-2**|
126+
|US Tax 1098|Extract mortgage interest details.|**prebuilt-tax.us.1098**|
127+
|US Tax 1098-E|Extract student loan interest details.|**prebuilt-tax.us.1098E**|
128+
|US Tax 1098-T|Extract qualified tuition details.|**prebuilt-tax.us.1098T**|
129129

130130
***Sample W-2 document processed using [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=tax.us.w2)***:
131131

@@ -243,7 +243,10 @@ A composed model is created by taking a collection of custom models and assignin
243243
|:-----|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
244244
| [prebuilt-read](concept-read.md#data-detection-and-extraction) ||| | || | | |
245245
| [prebuilt-healthInsuranceCard.us](concept-health-insurance-card.md#field-extraction) || || || | ||
246-
| [prebuilt-tax.us.w2](concept-w2.md#field-extraction) || || || | ||
246+
| [prebuilt-tax.us.w2](concept-tax-document.md#field-extraction-w-2) || || || | ||
247+
| [prebuilt-tax.us.1098](concept-tax-document.md#field-extraction-1098) || || || | ||
248+
| [prebuilt-tax.us.1098E](concept-tax-document.md#field-extraction-1098-e) || || || | ||
249+
| [prebuilt-tax.us.1098T](concept-tax-document.md#field-extraction-1098-t) || || || | ||
247250
| [prebuilt-document](concept-general-document.md#data-extraction)|| |||| || |
248251
| [prebuilt-layout](concept-layout.md#data-extraction) || ||||| | |
249252
| [prebuilt-invoice](concept-invoice.md#field-extraction) || |||| |||

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

Lines changed: 0 additions & 127 deletions
This file was deleted.

articles/ai-services/document-intelligence/how-to-guides/use-sdk-rest-api.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ Choose from the following Document Intelligence models to analyze and extract da
4141
>
4242
> * The [prebuilt-healthInsuranceCard.us](../concept-health-insurance-card.md) model extracts key information from US health insurance cards.
4343
>
44-
> * The [prebuilt-tax.us.w2](../concept-w2.md) model extracts information reported on US Internal Revenue Service (IRS) tax forms.
44+
> * The [prebuilt-tax.us.w2](../concept-tax-document.md) model extracts information reported on US Internal Revenue Service (IRS) tax forms.
45+
>
46+
> * The [prebuilt-tax.us.1098](../concept-tax-document.md) model extracts information reported on US 1098 tax forms.
47+
>
48+
> * The [prebuilt-tax.us.1098E](../concept-tax-document.md) model extracts information reported on US 1098-E tax forms.
49+
>
50+
> * The [prebuilt-tax.us.1098T](../concept-tax-document.md) model extracts information reported on US 1098-T tax forms.
4551
>
4652
> * The [prebuilt-invoice](../concept-invoice.md) model extracts key fields and line items from sales invoices in various formats and quality including phone-captured images, scanned documents, and digital PDFs.
4753
>

articles/ai-services/document-intelligence/includes/model-type-name.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ms.author: lajanuar
1111

1212
| Model type |Model name |
1313
|------------|-----------|
14-
|**Document analysis models**| &#9679; [**Read OCR**](../concept-read.md)</br> &#9679; [**Layout analysis**](../concept-layout.md) </br> &#9679; [**General document**](../concept-general-document.md)</br>|
15-
| **Prebuilt models** | &#9679; [**Health insurance card**](../concept-health-insurance-card.md) </br>&#9679; [**W-2 form**](../concept-w2.md) </br>&#9679; [**Invoice**](../concept-invoice.md)</br>&#9679; [**Receipt**](../concept-receipt.md) </br>&#9679; [**Identity (ID) document**](../concept-id-document.md) </br>&#9679; [**Business card**](../concept-business-card.md) </br>
14+
|**Document analysis models**| &#9679; [**Read OCR**](../concept-read.md)</br> &#9679; [**Layout analysis**](../concept-layout.md) </br> &#9679; [**General document**](../concept-general-document.md)</br>&#9679; [**General document with query fields**](https://formrecognizer.appliedai.azure.com/studio)</br>|
15+
| **Prebuilt models** | &#9679; [**Health insurance card**](../concept-health-insurance-card.md) </br>&#9679; [**W-2 form**](../concept-tax-document.md) </br>&#9679; [**US 1098 tax form**](../concept-tax-document.md)</br>&#9679; [**US 1098-E tax form**](../concept-tax-document.md)</br>&#9679; [**US 1098-T tax form**](../concept-tax-document.md)</br>&#9679; [**Invoice**](../concept-invoice.md)</br>&#9679; [**Receipt**](../concept-receipt.md) </br>&#9679; [**Identity (ID) document**](../concept-id-document.md) </br>&#9679; [**Business card**](../concept-business-card.md)</br>&#9679; [**Contract**](../concept-contract.md)</br>
1616
| **Custom models** | &#9679; [**Custom model overview**](../concept-custom.md)</br> </br>&#9679; **Extraction models**</br>&#8198;&#8198;&Tab;&#65518; [**Custom template**](../concept-custom-template.md)</br>&#8198;&#8198;&Tab;&#65518; [**Custom neural**](../concept-custom-neural.md)</br></br>&#9679; **Classifier model**</br>&#8198;&#8198;&Tab;&#65518; [**Custom classifier**](../concept-custom-classifier.md)</br> </br>&#9679; [**Composed model**](../concept-model-overview.md)|
17-
|**Gated preview models**</br></br> To request access to gated preview models </br>in Document Intelligence Studio, complete and submit the </br>[**Document Intelligence private preview request form**](https://aka.ms/form-recognizer/preview/survey).|&#9679; [**General document with query fields**](https://formrecognizer.appliedai.azure.com/studio)</br>&#9679; [**Contract**](https://formrecognizer.appliedai.azure.com/studio)</br>&#9679; [**Vaccination card**](https://formrecognizer.appliedai.azure.com/studio)</br>&#9679; [**US 1098 tax form**](https://formrecognizer.appliedai.azure.com/studio)</br>&#9679; [**US 1098-E tax form**](https://formrecognizer.appliedai.azure.com/studio)</br>&#9679; [**US 1098-T tax form**](https://formrecognizer.appliedai.azure.com/studio)

articles/ai-services/document-intelligence/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ landingContent:
6363
url: concept-health-insurance-card.md
6464
- text: Custom model
6565
url: concept-custom.md
66-
- text: W-2 Form model
67-
url: concept-w2.md
66+
- text: Tax document models
67+
url: concept-tax-document.md
6868
- text: Invoice model
6969
url: concept-invoice.md
7070
- text: Receipt model

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Model | Description |
3838
|:::image type="icon" source="media/overview/icon-id-document.png" link="concept-id-document.md#supported-document-types"::: [**ID document**](concept-id-document.md#supported-document-types)| Extract identification and verification details.|
3939
|:::image type="icon" source="media/overview/icon-invoice.png" link="concept-invoice.md#supported-languages-and-locales"::: [**Invoice**](concept-invoice.md#supported-languages-and-locales)| Extract customer and vendor details.|
4040
|:::image type="icon" source="media/overview/icon-receipt.png" link="concept-receipt.md#supported-languages-and-locales"::: [**Receipt**](concept-receipt.md#supported-languages-and-locales)| Extract sales transaction details.|
41-
|:::image type="icon" source="media/overview/icon-w2.png" link="concept-w2.md#supported-languages-and-locales"::: [**W-2 form**](concept-w2.md#supported-languages-and-locales)| Extract taxable compensation details.|
41+
|:::image type="icon" source="media/overview/icon-w2.png" link="concept-tax-document.md#supported-languages-and-locales"::: [**Tax document models**](concept-tax-document.md#supported-languages-and-locales)| Extract taxable form details.|
4242

4343
## Custom models and containers
4444

articles/ai-services/document-intelligence/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Prebuilt models enable you to add intelligent document processing to your apps a
9292
:::row-end:::
9393
:::row:::
9494
:::column span="":::
95-
:::image type="icon" source="media/overview/icon-w2.png" link="#w-2":::</br>
95+
:::image type="icon" source="media/overview/icon-w2.png" link="#us-tax-w-2-form":::</br>
9696
[**US Tax W-2 form**](#us-tax-w-2-form) | Extract taxable </br>compensation details.
9797
:::column-end:::
9898
:::column span="":::

0 commit comments

Comments
 (0)