We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi this is sandeep well, I am providing more than 10 example images of the CAPTCHA system:
Font Name is "SpicyRice-Regular"
Below captcha's are generated by yiicaptcha which is yiiframework
var cbl = new CBL({ preprocess: function(img) { img.binarize(69); img.colorRegions(7, true); }, character_set: "abcdefghijklmnopqrstuvwxyz", blob_min_pixels: 50, blob_max_pixels: 500, pattern_width: 25, pattern_height: 25, pattern_maintain_ratio: true, perceptive_colorspace: true, blob_debug: "debugSegmented" });
can u explain how to split characters that are bent at some angle thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi this is sandeep
well, I am providing more than 10 example images of the CAPTCHA system:
Font Name is "SpicyRice-Regular"
Below captcha's are generated by yiicaptcha which is yiiframework
can u explain how to split characters that are bent at some angle
thanks
The text was updated successfully, but these errors were encountered: