Document AI: Calculate Tax Returns

{% if tax_data %} {% for row in tax_data %} {% for col in row %} {% endfor %} {% endfor %}
IRS Form 1040
Line Number Description Value Source
{{col}}

Delete Saved Data {% elif extracted_data %} {% for document_id, document_data in extracted_data.items() %} {% for key, value in document_data.items() %} {% endfor %}
{{ document_id }}
Field Name Data
{{ key }} {{ value }}

{% endfor %} Calculate Taxes {% elif message_error %}

{{message_error}}

{% elif message_success %}

{{message_success}}

{% if status_messages %}
                {% for message in status_messages %}
                {{message}}
                {% endfor %}
            
{% endif %} View Extracted Data {% else %}

Instructions: Upload PDF(s) of the following forms to calculate a US Income Tax Return.
(NOTE: This app only works for forms from 2020-2021.)

Use the sample files provided in the Repository for best results.



{% endif %}