Skip to content
/ cbl-js Public
forked from skotz/cbl-js

JavaScript CAPTCHA solving library

License

Notifications You must be signed in to change notification settings

lexog26/cbl-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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 solving library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • HTML 14.6%
  • CSS 3.4%
  • Batchfile 0.2%