Is there any feature in azure cognitive service to extract signature?

Chippy Babu 20 Reputation points
2024-03-06T11:42:43.0133333+00:00

HI Team,

I have implemented signature presence check using azure form recognition .For further processing is there any service to extract detected signature?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,102 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,602 questions
0 comments No comments
{count} votes

Accepted answer
  1. dupammi 8,615 Reputation points Microsoft External Staff
    2024-03-06T13:07:16.2066667+00:00

    Hi @Chippy Babu

    Thank you for using the Microsoft Q&A forum.

    Azure AI Document Intelligence can detect signatures in the documents using the document intelligence custom template model. However, Signature field (field type) in custom models generally detects if a signature exists in the specified field and returns value as signed/unsigned. However, it cannot extract the signature.

    User's image

    The Custom Vision service works well to analyze images, but extracting signature may not fit with this: https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/getting-started-build-a-classifier

    My suggestion would be to use the Document Intelligence model to detect the signature. However, it is important to note that post-processing steps are required to extract the signature as per your specific requirements.

    I hope this helps.


    Please do not forget to click Accept Answer and Yes for was this answer helpful, wherever the information provided helps you. This can be beneficial to other community members.

    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.