Computer Vision Form Recognizer Signature Field

Jeff Krebsbach 1 Reputation point
2022-09-05T16:14:40.927+00:00

Trying to add signature detection to our Microsoft Computer Vision Forms, and whenever I try to query a model that has a signature field I'm getting an InternalServerError.

HTTP Methods:

var postDocuri = $"{endpoint}/documentModels/{modelName}:analyze?api-version=2022-08-31&";
var getStatusUri = $"{endpoint}/documentModels/{modelName}/analyzeResults/{requestId}?api-version=2022-08-31";
Response:

{
"status" :"failed",
"createdDateTime" :"2022-09-03T00:40:06Z",
"lastUpdatedDateTime":"2022-09-03T00:40:06Z",
"error":{
"code" :"InternalServerError",
"message":"An unexpected error occurred.",
"details":[ {
"code" :"InternalServerError",
"message":"An unexpected error occurred."
} ]
}
}
Everything is working great and processing my models just fine so long as I don't include any signature fields on any of my forms, but the minute I add a signature field that model stops working.

I see an error guide at the website below - but this is assuming I'm getting any sort of an error code in the response. The GET to return the process results returns an HTTP status code success 200 - OK, but the Json body payload doesn't really reflect that truth.

https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/v3-error-guide

Does anybody have any advice on how I can begin to troubleshoot this error? Another log somewhere? Somewhere in the Azure blob storage that holds the training data?

Both the HTTP API and also the online Form Recognizer Studio test page fail with the same error when processing pages - InternalServerError - An Unexpected Error Has Occurred.

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
292 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,288 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,301 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Jacksonsmith 21 Reputation points
    2022-10-31T18:55:02.073+00:00

    Jeff I have the same issue for REST API, I finally give it up. Forum can not debug internal error, there is no clue

    I make it in Studio - https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/concept-custom?view=form-recog-3.0.0#try-signature-detection

    Try the codeless UI

    0 comments No comments

  2. Jason Sneed 1 Reputation point
    2022-11-17T14:49:01.353+00:00

    I am getting the same issue. The model was working on the 2022-06-30-preview version. I updated to 2022-08-31 and I started getting this error, but only on this model. The error persists if I fall back to the previous version and create a new model as well. It is very strange.

    0 comments No comments

  3. Candace Marzec 0 Reputation points
    2023-01-13T21:35:25.2666667+00:00

    I am having the same issue, was there any resolution to this?

    0 comments No comments