AmireNoori / MathCaptchaSolver

A great tool for solving math captchas !
MIT License
44 stars 0 forks source link
captcha-breaking captcha-bypass captcha-image captcha-math captcha-recognition captcha-solver captcha-solving deep-learning hugging-face huggingface-transformers math-captcha opencv python
Logo

Math Captcha Solver

A great tool for solving math captchas !

Table of Contents
  1. About The Project
  2. How it processes
  3. Usage
  4. License
  5. Contact
  6. Kindness

About The Project

This project is a tool to process mathematical captcha images and calculate the answer using deep learning models and image processing using Python language.

An example of captchas used in this project:

captcha example

If you are looking for solving captchas of the following types:

captcha example

visit this webpage : API Captcha Solver

also you can message me on Telegram : @AmireNoori1

If you are looking for solving captchas of the following types:

captcha example

go to this branch:

MathCaptchaSolver-v2

If you are looking for solving captchas of the following types:

captcha example

go to this repo:

SVG Captcha Solver

If you are looking for solving captchas of the following types:

captcha example

go to this repo:

Persian Captcha Solver

Built With

The deep learning model used in this tool: It is TrOCR (large-sized model, fine-tuned on SROIE), which you can download from the link https://huggingface.co/microsoft/trocr-large-printed and read about it. The TrOCR model is an encoder-decoder model, consisting of an image Transformer as encoder, and a text Transformer as decoder. Python language and opecv library

How it processes

The processing of numbers and signs in the image is performed by the powerful model that I introduced above. But to process this type of captcha images, this model alone was not able to correctly extract the numbers and calculate the operation. So we had to use image processing to improve the result.

captcha example

As you can see, the output returned to us is 40 % & @, which is not a very good result.

So we first used morphological operations to erode the image and erase the extra lines to some extent, then we gave the image a more normal state using the blur method. And finally, we used the crop technique to save two numbers separately with the sign between them with fixed coordinates of each number in all captcha images.

Now we have three pictures, two numbers and a math symbol :

left number sign right number

Next, according to the extracted numbers in the image, the function performs the subtraction or addition operation and returns the answer to us.

The output of the tool is in 3 different types.

Example:

captcha example

This output is displayed when the tool is able to recognize the numbers, but despite the possible filters that have been set for the sign, it is not able to recognize the sign and is forced to add or subtract the numbers together, and the list it displays is the total result.you can test both answers in the input according to the output of the tool

Example:

captcha example

This output is displayed when the tool is not able to recognize one of the two numbers and as a result could not calculate the numbers together. This case happens very rarely and the tool detects the numbers correctly in most cases, but it may still show you such an output.

captcha example

Installation

  1. Clone the repo
    git clone https://github.com/AmireNoori/MathCaptchaSolver/tree/main

You must have installed transformers, opencv-python and numpy libraries. For this, you can install each of them separately or install this tool using the requirements.txt file by entering the following command in the terminal.

  1. Install packages
    pip install -r requirements.txt

Usage

This tool is written in the form of a library that you can easily import and use in your robot or program.

Create a main.py file and enter the following codes in it.

Note: When you run the program for the first time, your system must be connected to the Internet to download the model from the Hugging Face website and it may take some time to run the program for the first time.

Examples

This screenshot is an example of the results obtained from the 20 captcha images shared for you

screenshot

License

This project is licensed under the MIT License.

MIT License

MIT License

Copyright (c) [2024] [Amir Noori]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

© Amir Noori

Contact

Amir Noori - @AmireNoori1 - noorifardam@gmail.com

Project Link: https://github.com/AmireNoori/MathCapthaSolver

Kindness

Thank you if this tool was useful for you and you used it, give it a star ⭐ and make me happy by following my profile❤️.