Skip to main content

captcha solver for antibotlinks challenges

Project description

antibotlinks-solver

captcha solver for antibotlinks challenges
(Shadow removal + Noise filtering + OCR + Fuzzy order matching)

antibotlinks

Requirements

  • Ollama running with glm-ocr model

Installation

pip install antibotlinks-solver

Quick Usage Example

from antibotlinks_solver import AntibotSolver

solver = AntibotSolver()

# Input: base64 data URLs of the images (main + 4 puzzle pieces)
# Example format: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUg..."

result = solver.solve(main_b64, a_b64, b_b64, c_b64, d_b64)

print("Click order:", result)
# Possible output: ['d', 'c', 'a', 'b']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

antibotlinks_solver-0.1.1.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

antibotlinks_solver-0.1.1-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page