A
A
Artur Kudashev2019-02-14 12:29:55
Python
Artur Kudashev, 2019-02-14 12:29:55

How to solve the captcha?

Hello, I need to teach the computer to solve captchas. They are not complex.
Here's an example:
5c65344216340158974137.png
I only need an algorithm (action plan), according to which I will develop a model. If it's not difficult, then write the libraries that you need (for working with images). I'm going to use Keras. Thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2019-02-14
@LazyTalent

1. Draw images of numbers (as many and varied as possible)
2. Train your model for tesseract-ocr
3. Feed the captcha into the tesseract (you may still need additional gestures with numbers: discolor, feed into the tesseract not the whole number at once, but by a separate digit, rotate somehow, etc.)
4. Get the result
5. Profit

L
LODIII, 2019-02-14
@LODIII

most captchas, even Google 2, are solved by turning on the sound and a lexical analyzer with or without ML.

N
nvdfxx, 2019-02-14
@nvdfxx

https://habr.com/ru/post/333492/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question