GithubHelp home page GithubHelp logo

Comments (2)

netsensei avatar netsensei commented on August 18, 2024 2

Well, I found that it works best with images having a high contrast and enough sharpness. If you work with low-resolution scans that were heavily compressed with a lossy algorithm like JPG, then the detection won't work well.

In my case, I don't have to actually extract a signature, but merely detect them. So, if the algorithm already gets me a few pixels that are part of a signature, that's enough.

What I did up front was using ImageMagick to turn images in to Black/White (-type Grayscale) and then sharpen them to smooth out blurring and artefacts from JPG of low resolution scanning.

I've toyed with a few samples and it's just enough to get going.

from signature_extractor.

ahmetozlu avatar ahmetozlu commented on August 18, 2024

Actually, this project just a sample to show how can the signatures be detected & extracted on scanned documents using traditional image processing algorithms. Since juts traditional image processing algorithms were used, the accuracy and success rate is limited unfortunately. The success of the pipe-line can be improved by adding some pre-processing. However, if you need more, you should train a detection model based deep learning, this would be the best approach to get the best results.

from signature_extractor.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.