Skip to content

sonydaman/cbl-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cbl-js

A library for CAPTCHA solving written in pure JavaScript using the HTML5 canvas.

View a working example or read the quick start guide.

Preprocessing Example

Preprocessing Example

preprocess: function(img) {
    img.removeGray(20);
    img.blur(2);
    img.binarize(190);
    img.colorRegions(40, true);
}

About

JavaScript CAPTCHA Breaking Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.5%
  • HTML 15.7%
  • CSS 3.6%
  • Batchfile 0.2%