Capture Signatures from different documents using Azure Document Intelligence

Ziggy Zulueta 495 Reputation points MVP
2023-10-31T13:59:33.5433333+00:00

I have a requirement wherein I need to capture the signatures of people from different documents and have that signature verified against a database of signatures to verify if the signatures are fake or not.

Can Azure AI Document Intelligence capture signatures from different documents? Can we use Azure Computer Vision image classification to check if the signature is a valid one against the signatures in the database?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,100 questions
0 comments No comments
{count} votes

Accepted answer
  1. Azar 29,520 Reputation points MVP Volunteer Moderator
    2023-10-31T18:15:22.5033333+00:00

    Hi @Ziggy Zulueta

    To capture signatures and perform signature verification, you would need a specialized solution that is designed for signature analysis and verification. Azure AI Document Intelligence can be used to extract text and other information from documents, but it doesn't provide signature verification features and Computer Vision primarily focuses on document processing, but they do not offer built-in signature verification capabilities.

    Find the below link for more info on custom vision and its capabilities.

    https://learn.microsoft.com/en-us/search/?terms=custom%20vision

    If you find this answer useful kindly accept thanks much.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-10-31T20:03:48.38+00:00

    Hello @Ziggy Zulueta , Thanks for using Microsoft Q&A Platform.

    Adding more details to the @Azar response.

    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 capture/verify if the signature is fake or not against a database of signatures.

    User's image

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

    My suggestion is you can use the Document intelligence model to detect the signature but still post processing steps are required to verify and extract signature as per your requirement.

    I hope this helps.

    Regards,
    Vasavi


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.