500 Internal Server Error while hitting azure prebuilt-document sync analyse endpoint. Async endpoint works just fine.

Persistent Coder 20 Reputation points
2024-11-12T08:03:32.5533333+00:00

Facing the same issue with general document api as here

Async endpoint works but sync endpoint throws

errorResponseHttpStatus='500' errorCode='UnhandledEndpointException'

Using mcr.microsoft.com/azure-cognitive-services/form-recognizer/document-3.0 along with

mcr.microsoft.com/azure-cognitive-services/form-recognizer/layout-3.0

I have checked the CPU and memory both are under control. Im not sure what additional configurations are required, i just followed the offical tutorial from here :

https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/containers/install-run?view=doc-intel-4.0.0&tabs=general-document

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,749 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,932 questions
{count} votes

Accepted answer
  1. romungi-MSFT 47,206 Reputation points Microsoft Employee
    2024-11-18T17:25:51.06+00:00

    Thanks @Persistent Coder

    I am curious to check if any of the containers you used earlier with this setup worked? If this is the first time I understand you must be pulling latest and it failed with the latest and the one before that.

    I noticed a similar error was reported with v3.1 and it is advised to use earlier versions for v3.1 like the artifact published on 02/06/2024

    2023-07-31.20240203.1-b0c0f5500a46efc1634694ae85c20587fa5d7ab0

    I was hoping the same scenario would work from v3.0, the version you are using. Do you mind checking if 2022-08-31.20240808.1-d7499e4c2b8a2802977c570508a77efb62dae609 might work for v3.0 published on 08/09/2024?

    You can also try v3.1 which is the newer version of the API with the version I mentioned above.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.