Skip to content

Commit f96a456

Browse files
committed
update main
1 parent 856a565 commit f96a456

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

articles/applied-ai-services/form-recognizer/concept-insurance-card.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ See how data is extracted from health insurance cards using the Form Recognizer
115115

116116
## Next steps
117117

118-
* Complete a Form Recognizer quickstart:
119-
120-
> [!div class="checklist"]
121-
>
122-
> * [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true)
123-
> * [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)
124-
> * [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)
125-
> * [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)
126-
> * [**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)</li></ul>
118+
* Try processing your own forms and documents with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
119+
120+
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.

articles/applied-ai-services/form-recognizer/concept-w2.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ The Form Recognizer W-2 model, combines Optical Character Recognition (OCR) with
2121

2222
## Automated W-2 form processing
2323

24-
Form W-2, also known as the Wage and Tax Statement, is sent by an employer to each employee and the Internal Revenue Service (IRS) at the end of the year. A W-2 form reports employees' annual wages and the amount of taxes withheld from their paychecks. The IRS also uses W-2 forms to track individuals' tax obligations. The Social Security Administration (SSA) uses the information on this and other forms to compute the Social Security benefits for all workers.
24+
An employer sends form W-2, also known as the Wage and Tax Statement, to each employee and the Internal Revenue Service (IRS) at the end of the year. A W-2 form reports employees' annual wages and the amount of taxes withheld from their paychecks. The IRS also uses W-2 forms to track individuals' tax obligations. The Social Security Administration (SSA) uses the information on this and other forms to compute the Social Security benefits for all workers.
2525

2626
***Sample W-2 tax form processed using Form Recognizer Studio***
2727

2828
:::image type="content" source="media/studio/w-2.png" alt-text="Screenshot of sample W-2 processed in the Form Recognizer Studio.":::
2929

3030
## Development options
3131

32-
The prebuilt W-2 model is supported by Form Recognizer v3.0 with the following tools:
32+
Form Recognizer v3.0 supports the following tools:
3333

3434
| Feature | Resources | Model ID |
3535
|----------|-------------|-----------|
3636
|**W-2 model**|<ul><li> [**Form Recognizer Studio**](https://formrecognizer.appliedai.azure.com)</li><li>[**REST API**](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument)</li><li>[**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)</li><li>[**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)</li><li>[**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)</li><li>[**JavaScript SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)</li></ul>|**prebuilt-tax.us.w2**|
3737

3838
### Try W-2 data extraction
3939

40-
Try extracting data from W-2 forms using the Form Recognizer Studio. You'll need the following resources:
40+
Try extracting data from W-2 forms using the Form Recognizer Studio. You need the following resources:
4141

4242
* An Azure subscription—you can [create one for free](https://azure.microsoft.com/free/cognitive-services/)
4343

@@ -92,7 +92,7 @@ Try extracting data from W-2 forms using the Form Recognizer Studio. You'll need
9292
| MedicareTaxWithheld | 6 | Number | Medicare tax with held | 1111 |
9393
| SocialSecurityTips | 7 | Number | Social security tips | 1111 |
9494
| AllocatedTips | 8 | Number | Allocated tips | 1111 |
95-
| VerificationCode | 9 | String | Verification Code on Form W-2 | A123-B456-C789-DXYZ |
95+
| Verification&#8203;Code | 9 | String | Verification Code on Form W-2 | A123-B456-C789-DXYZ |
9696
| DependentCareBenefits | 10 | Number | Dependent care benefits | 1111 |
9797
| NonqualifiedPlans | 11 | Number | The non-qualified plan, a type of retirement savings plan that is employer-sponsored and tax-deferred | 1111 |
9898
| AdditionalInfo | | Array of objects | An array of LetterCode and Amount | |
@@ -123,11 +123,6 @@ Try extracting data from W-2 forms using the Form Recognizer Studio. You'll need
123123

124124
## Next steps
125125

126-
* Complete a Form Recognizer quickstart:
127-
> [!div class="checklist"]
128-
>
129-
> * [**REST API**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true)
130-
> * [**C# SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)
131-
> * [**Python SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)
132-
> * [**Java SDK**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)
133-
> * [**JavaScript**](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true#prebuilt-model)</li></ul>
126+
* Try processing your own forms and documents with the [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)
127+
128+
* Complete a [Form Recognizer quickstart](quickstarts/get-started-sdks-rest-api.md?view=form-recog-3.0.0&preserve-view=true) and get started creating a document processing app in the development language of your choice.

0 commit comments

Comments
 (0)