A real-life sample project which built on top of "signature_extraction" algorithm to extract the signatures on the digital photo of the document. This project project provides a basic document scanner and signature extractor!
Here are the functionalities of this sample project:
- Input = The digital photo of the document
- Output = The signatures exist on the input
Explanation: Fristly, the page dewarping algorithm is performed to warp the page properly. And then, signature extraction algorithm is performed to extract the signature on the image. Lastly, unsharpening mask and color correction algortihms are performed to make the documents quality high!
Main pipe-line of this sample project is given below!
The signature extractor architecture already explain in the main repo readme and the architecture of the signature extractor is given below!
If you use this code for your publications, please cite it as:
@ONLINE{hse,
author = "Ahmet Özlü",
title = "Overlapped handwritten signature extraction from scanned documents",
year = "2018",
url = "https://github.com/ahmetozlu/signature_extractor"
}
Ahmet Özlü
This system is available under the MIT license. See the LICENSE file for more info.