Azure AI Document Intelligence is taking 30 seconds regardless of file size

Hammad Hassan 45 Reputation points
2024-03-12T12:26:03.0966667+00:00

Hi

I've been utilizing the Azure AI Document Intelligence feature via Langchain and am impressed with the results. However, I've noticed that it consistently takes 30 to 35 seconds to process each file, regardless of whether the file contains 2, 10, or 15 pages. I expected that smaller files would process more quickly. Am I overlooking a method to expedite the document intelligence processing time?

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

Accepted answer
  1. VasaviLankipalle-MSFT 18,576 Reputation points
    2024-03-13T18:48:13.5033333+00:00

    Hello @Hammad Hassan , I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue: code": Azure AI Document Intelligence is taking 30 seconds regardless of file size

    Solution:

    While using azure-ai-documentintelligence 1.0.0b1 in which API version is 2023-10-31-preview and it was taking 30 plus seconds on each of the document. Soon after testing with the latest version azure-ai-documentintelligence 1.0.0b2 in which API version is 2024-02-29-preview, and now it's taking just 5 to 10 seconds.

    Thank you again for your time and patience throughout this issue.

    Regards,

    Vasavi

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Hammad Hassan 45 Reputation points
    2024-03-13T12:51:40.3033333+00:00

    Latest version of Azure AI Document Intelligence azure-ai-documentintelligence 1.0.0b2 , which is using the api version 2024-02-29-preview, resolved the issue.

    1 person found this answer helpful.
    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.