not getting invoice line items

Vijay Mane 1 Reputation point
2021-03-22T15:22:39.493+00:00

Hello,

I have extracted invoice fields using code here for prebuilt invoice model,
https://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/quickstarts/client-library?tabs=preview%2Cv2-1&pivots=programming-language-csharp#analyze-invoices

however there is no documentation regarding how to extract invoice line items. I see here that this feature was recently launched, in March 2021
https://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/whats-new

Could anyone please guide about how would i get invoice line items using prebuilt model?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,409 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 46,996 Reputation points
    2021-03-22T19:46:40.05+00:00

    Hello,

    This is in Form Recognizer v2.1 public preview 3. Is your resource a new resource in Form Recognizer v2.1 or you are still in Form Recognizer V1?

    You should install V2.1 as below:

    pip install azure-ai-formrecognizer --pre
    

    Regards,
    Yutong

    0 comments No comments