Saren-Arterius / cbl-js

JavaScript CAPTCHA solving library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 82.9%Language:HTML 13.7%Language:CSS 3.2%Language:Batchfile 0.1%