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
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/concept-mortgage-documents.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-document-intelligence
8
8
ms.topic: conceptual
9
-
ms.date: 04/24/2024
9
+
ms.date: 05/07/2024
10
10
ms.author: lajanuar
11
11
monikerRange: '>=doc-intel-4.0.0'
12
12
---
@@ -25,9 +25,9 @@ The Document Intelligence Mortgage models use powerful Optical Character Recogni
25
25
26
26
**Supported document types:**
27
27
28
-
*1003 End-User License Agreement (EULA)
29
-
* Form 1008
30
-
*Mortgage closing disclosure
28
+
*Uniform Residential Loan Application (Form 1003)
29
+
*Uniform Underwriting and Transmittal Summary (Form 1008)
30
+
*Closing Disclosure form
31
31
32
32
33
33
## Development options
@@ -72,9 +72,9 @@ To see how data extraction works for the mortgage documents service, you need th
72
72
73
73
*See* our [Language Support—prebuilt models](language-support-prebuilt.md) page for a complete list of supported languages.
74
74
75
-
## Field extraction 1003 EULA
75
+
## Field extraction 1003 Uniform Residential Loan Application (URLA)
76
76
77
-
The following are the fields extracted from a 1003 end-user license agreement (EULA) form in the JSON output response.
77
+
The following are the fields extracted from a 1003 URLA form in the JSON output response.
78
78
79
79
|Name| Type | Description | Example output |
80
80
|:-----|:----|:----|:---:|
@@ -86,9 +86,9 @@ The following are the fields extracted from a 1003 end-user license agreement (E
86
86
| Loan| Object | An object that contains loan information including: amount, purpose type, refinance type.||
87
87
| Property | object | An object that contains information about the property including: address, number of units, value.||
88
88
89
-
The 1003 EULA key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
89
+
The 1003 URLA key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
90
90
91
-
## Field extraction tax form 1008
91
+
## Field extraction form 1008
92
92
93
93
The following are the fields extracted from a 1008 form in the JSON output response.
94
94
@@ -112,7 +112,6 @@ The following are the fields extracted from a mortgage closing disclosure form i
112
112
| Transaction | Object | An object that contains information about the transaction information including: Borrowers name, Borrowers address, Seller name.||
113
113
| Loan | Object | An object that contains loan information including: term, purpose, product. ||
114
114
115
-
116
115
The mortgage closing disclosure key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
0 commit comments