python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Removing noise line in captcha image to solve complex captcha image
I want to delete the random noise line in captcha iamge.
There are several captcha samples in below.
I utilized cv2 and pytesseract.
import cv2
from pytesseract import image_to_string
import pytess...
seongyeop
Votes: 0
Answers: 0
Which is a good method to remove noises from this captcha image
I'm trying to clean the line noises from this captcha, so I can implement an algorithm to read them. However, I'm finding some difficulties to make it readable to an AI using some techniques, such as ...
arthursiriaco
Votes: 0
Answers: 1
BotDetect ASP.Net captcha control breaks
I want to implement a Botdetect captcha control in my ASP.net MVC contact form.
I followed this documentation: https://captcha.com/doc/aspnet/examples/csharp/asp.net-mvc-5.0-basic-captcha-example.html...

Kyle
Votes: 0
Answers: 0
How to align all characters of an captcha image to a line in python?
I am new to image processing. I need to pass an image to pytesseract to get the content of an image. Before that I need to preprocess image in a way where all the characters of an image is align to bo...
Learner
Votes: 0
Answers: 1