Code Monkey home page Code Monkey logo

Comments (5)

888Nik avatar 888Nik commented on June 10, 2024

We need your advice. Within this topic. How can you get it? @skotz

from cbl-js.

skotz avatar skotz commented on June 10, 2024

You could try playing around with the exact character splitting settings since they all have exactly 6 characters. With the distortion you'll likely need to train on a lot of examples to average out differences.

https://www.github.com/skotz/cbl-js/tree/master/examples%2Falawiggle%2Findex.html

from cbl-js.

LEV7n avatar LEV7n commented on June 10, 2024

You could try playing around with the exact character splitting settings since they all have exactly 6 characters. With the distortion you'll likely need to train on a lot of examples to average out differences.

https://www.github.com/skotz/cbl-js/tree/master/examples%2Falawiggle%2Findex.html

Hi, i have tried that example but it not good
dsalcedo it's looks well except one thing, how to correct split images?

image

var cbl = new CBL({ preprocess: function(img) { img.binarize(190) img.debugImage("debugPreprocessed"); img.colorRegions(1, true, 1); img.debugImage("debugPreprocessed"); }, exact_characters: 6, character_set: "0123456789", blob_min_pixels: 50, blob_max_pixels: 10000, exact_characters_width: 100, exact_characters_play: 3, pattern_width: 25, pattern_height: 25, perceptive_colorspace: true, allow_console_log: true, blob_console_debug: true, blob_debug: "debugSegmented" });

from cbl-js.

skotz avatar skotz commented on June 10, 2024

Unfortunately this CAPTCHA might be too difficult to solve with the out-of-the-box functionality in this library without some custom work. The distortion, merging, and single color features are pretty decent, so it'll be difficult to get a high percentage accuracy without building something more custom just for this system.

from cbl-js.

LEV7n avatar LEV7n commented on June 10, 2024

Unfortunately this CAPTCHA might be too difficult to solve with the out-of-the-box functionality in this library without some custom work. The distortion, merging, and single color features are pretty decent, so it'll be difficult to get a high percentage accuracy without building something more custom just for this system.

So it depends on digits zoom and can't understand where should be center of each one?
I have seen much more difficult captchas in your examples:)

from cbl-js.

Related Issues (20)

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.