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.
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.