Skip to content

Commit 3daeff7

Browse files
authored
Update concept-mortgage-documents.md
1 parent 276425b commit 3daeff7

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/ai-services/document-intelligence/concept-mortgage-documents.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.topic: conceptual
9-
ms.date: 04/24/2024
9+
ms.date: 05/07/2024
1010
ms.author: lajanuar
1111
monikerRange: '>=doc-intel-4.0.0'
1212
---
@@ -25,9 +25,9 @@ The Document Intelligence Mortgage models use powerful Optical Character Recogni
2525

2626
**Supported document types:**
2727

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
3131

3232

3333
## Development options
@@ -72,9 +72,9 @@ To see how data extraction works for the mortgage documents service, you need th
7272

7373
*See* our [Language Support—prebuilt models](language-support-prebuilt.md) page for a complete list of supported languages.
7474

75-
## Field extraction 1003 EULA
75+
## Field extraction 1003 Uniform Residential Loan Application (URLA)
7676

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.
7878

7979
|Name| Type | Description | Example output |
8080
|:-----|:----|:----|:---:|
@@ -86,9 +86,9 @@ The following are the fields extracted from a 1003 end-user license agreement (E
8686
| Loan| Object | An object that contains loan information including: amount, purpose type, refinance type.| |
8787
| Property | object | An object that contains information about the property including: address, number of units, value.| |
8888

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.
9090

91-
## Field extraction tax form 1008
91+
## Field extraction form 1008
9292

9393
The following are the fields extracted from a 1008 form in the JSON output response.
9494

@@ -112,7 +112,6 @@ The following are the fields extracted from a mortgage closing disclosure form i
112112
| Transaction | Object | An object that contains information about the transaction information including: Borrowers name, Borrowers address, Seller name.| |
113113
| Loan | Object | An object that contains loan information including: term, purpose, product. | |
114114

115-
116115
The mortgage closing disclosure key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
117116

118117
## Next steps

0 commit comments

Comments
 (0)