Typo in the return value of the 1040 tax form recognition

Yilun Sun 5 Reputation points
2024-11-15T05:11:47.0633333+00:00

The return value for the filing status option "Married filing separately (MFS)" in the 1040 form is currently married_filling_separately. It should be married_filing_separately with only one l.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,750 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,936 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Avinash Devarakonda 330 Reputation points Microsoft Vendor
    2024-11-15T05:29:17.9733333+00:00

    Hi Yilun Sun,

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    To correct the typo in the return value for the “Married filing separately (MFS)” option on the 1040 form, you need to locate the section of your code where the filing status is defined, change married_filling_separately to married_filing_separately, and then test the change to ensure it doesn’t affect other parts of your application. Once verified, you can deploy the updated code to your production environment. This ensures the correct return value is used consistently.

    Kindly refer the below document for any guidance.

    https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/prebuilt/tax-document?view=doc-intel-3.1.0#field-extraction-1040-tax-form

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer

    Thank You.


  2. Yilun Sun 5 Reputation points
    2024-11-15T05:50:05.4233333+00:00

    Please fix the model's return values


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.