Validate Signature In Form Image with Azure Computer Vision

Mayank Goyal 16 Reputation points
2020-09-25T19:56:47.427+00:00

Hi, I have to validate signature in scanned image of form. The aim is not to validate content/name of signature as everyone has different signature. The intent is just to validate if something has been put in box next to signature.

I am looking for some suggestions if its possible to do such kind of validation with OCR/something equivalent and how?

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
371 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2020-09-28T09:36:14.177+00:00

    @Mayank Goyal Thanks, What worked really well was testing for the presence of a signature (basically an empty line versus a signature).

    Form Understanding Layout API can help you for signature.
    https://azure.microsoft.com/en-us/services/cognitive-services/form-recognizer/

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