IRS Form 1040 Schedule LEP - Request for Change in Language Preference
Form 1040 LEP is used to state a preference to receive written communication in the languages available
The form_type
parameter A_1040_SCHEDULE_LEP
for the Upload PDF endpoint is required for this Form Type.
Configuration-Driven Output
All fields below are optionally captured, depending on your order form. To adjust fields captured, please speak with your Ocrolus Account Manager.
SCHEDULE LEP
The form type
A_1040_SCHEDULE_LEP
supports data capture from the IRS 1040 Schedule LEP only. Form 1040 (first 2 pages) is processed as a separate form type.
JSON Attribute | Data Type | Description |
---|---|---|
a_1040_schedule_lep-Part1-General:nameOfPersonMakingRequest | Text | Name Of Person Making Request |
a_1040_schedule_lep-Part1-General:socialSecurityNumberOfPersonMakingRequest | Text | Text Number Of Person Making Request |
a_1040_schedule_lep-Part1-General:line1-IWouldPreferToReceiveWrittenCommunicationsInTheFollowingLanguage | Multiple Choice | Line 1 - I Would Prefer To Receive Written Communications In The Following Language |
Sample Form
The below Ocrolus Sample PDF (input) matches the below Sample JSON Result (output).
Sample JSON Output
{
"pk": 28181529,
"form_type": "A_1040_SCHEDULE_LEP",
"other_frauds": [],
"tables": [],
"raw_fields": {
"a_1040_schedule_lep-Part1-General:nameOfPersonMakingRequest": {
"value": "JAMES JOHNSON",
"is_empty": false,
"alias_used": null,
"source_filename": "2020 Schedule LEP (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_lep-Part1-General:socialSecurityNumberOfPersonMakingRequest": {
"value": "456-12-5678",
"is_empty": false,
"alias_used": null,
"source_filename": "2020 Schedule LEP (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_lep-Part1-General:line1-IWouldPreferToReceiveWrittenCommunicationsInTheFollowingLanguage": {
"value": "000 ENGLISH",
"is_empty": false,
"alias_used": null,
"source_filename": "2020 Schedule LEP (Form 1040) Sample 1.pdf"
}
},
"id": 28181529
}
Updated about 1 month ago