Signature Extraction from Documents using CNNs
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