You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Document Intelligence contract model uses powerful Optical Character Recognition (OCR) capabilities to analyze and extract key fields and line items from a select group of tax documents. Tax documents can be of various formats and quality including phone-captured images, scanned documents, and digital PDFs. The API analyzes document text; extracts key information such as customer name, billing address, due date, and amount due; and returns a structured JSON data representation. The model currently supports certain English tax document formats.
29
29
30
-
**Supported document types:**
30
+
**Supported tax form types:**
31
31
32
-
*`Unified tax US`
32
+
* Unified tax US
33
33
* W-2
34
34
* 1098
35
35
* 1098-E
36
36
* 1098-T
37
-
* 1099 and variations (A, B, C, CAP, `Combo`, DIV, G, H, INT, K, LS, LTC, MISC, NEC, OID, PATR, Q, QA, R, S, SA, SB)
38
-
* 1040 and variations (`Schedule 1, Schedule 2, Schedule 3, Schedule 8812, Schedule A, Schedule B, Schedule C, Schedule D, Schedule E, Schedule EIC, Schedule F, Schedule H, Schedule J, Schedule R, Schedule SE, and Schedule Senior`)
37
+
* 1099 and variations (A, B, C, CAP, Combo, DIV, G, H, INT, K, LS, LTC, MISC, NEC, OID, PATR, Q, QA, R, S, SA, SB)
38
+
* 1040 and variations (Schedule 1, Schedule 2, Schedule 3, Schedule 8812, Schedule A, Schedule B, Schedule C, Schedule D, Schedule E, Schedule EIC, Schedule F, Schedule H, Schedule J, Schedule R, Schedule SE, and Schedule Senior)
39
39
40
40
## Automated tax document processing
41
41
42
42
Automated tax document processing is the process of extracting key fields from tax documents. Historically, tax documents were processed manually. This model allows for the easy automation of tax scenarios.
43
43
44
44
## Unified Tax US
45
45
46
-
This preview introduces the `Unified US Tax` prebuilt model, which automatically detects and extracts data from `W2`, `1098`, 1`040`, and `1099` tax forms in submitted documents. These documents can be composed of many tax or non-tax-related documents. The model only processes the forms it supports.
46
+
This preview introduces the `Unified US Tax` prebuilt model, which automatically detects and extracts data from `W2`, `1098`, `1040`, and `1099` tax forms in submitted documents. These documents can be composed of many tax or non-tax-related documents. The model only processes the forms it supports.
47
47
48
48
:::image type="content" source="media/us-unified-tax-diagram.png" alt-text="Screenshot of a Unified Tax processing diagram.":::
0 commit comments