You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for providing images and your existing code.
Looks like something is wrong with your model.
Which is probably due to the missing preprocessing. Since there's a border I'd at least crop that out.
img.cropRelative(1, 1, 1, 1);
Also, this image is interesting since it has a transparent black background, meaning technically the entire image is the same color. The characters are black and the background is transparent black. To get this to work I had to add a new method to the library. You'll need to download the latest version to use this.
img.removeTransparency();
So your training script would be something like this.
Please provide at least 10 example images of the CAPTCHA system:
Please provide the full JavaScript source to what you've already tried:
I'm getting an error due to
exact_characters
it fails while trying to accessorig_width
of one of the non-existent blobs.The text was updated successfully, but these errors were encountered: