Signature Extraction from Documents using CNNs

Using computer vision techniques in conjunction with Siamese Neural Networks to extract and verify signatures from documents.

TL;DR

Project provides a class that takes in PDF files and extracts all the signatures as well the text in them using neural networks and OCR techniques. Everything is implemented inside, just a function call does it all.

Code Link: github.com/khizar-anjum/signature_extraction

Introduction

Writing in progress