Prebuilt Invoice Model Skipping VAT Number in Response

Kunal 0 Reputation points
2025-01-15T11:32:36.75+00:00
  • I am using the prebuilt invoice model in Azure Form Recognizer to extract data from invoices. While the VAT number is visible in the key-value pairs visualizer in the Azure AI Studio, it does not appear in the JSON response from the API. This discrepancy is causing issues in my application as the VAT number is a critical piece of information. Please investigate why the VAT number is being skipped in the response despite being detected in the visualizer." Attaching Invoice for your reference
      FRANCINI CAFÉ Invoice 14332.pdf
    
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,098 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Azar 29,520 Reputation points MVP Volunteer Moderator
    2025-01-15T11:51:07.6533333+00:00

    Hi there Kunal

    Thnx for using QandA platform

    This could be due to it not being explicitly mapped in the prebuilt model schema. Check the keyValuePairs or additionalFields in the JSON response, as it might be there under a different key. Make sure the document is high-quality and set the correct locale parameter in the API call. If the issue persists, consider training a custom model to recognize the VAT number.

    If this helps kindly accept the answer thanks much.

    0 comments No comments

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.