captcha solver for antibotlinks challenges
Project description
antibotlinks-solver
captcha solver for antibotlinks challenges
(Shadow removal + Noise filtering + OCR + Fuzzy order matching)
Requirements
- Ollama running with
glm-ocrmodel
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file antibotlinks_solver-0.1.1.tar.gz.
File metadata
- Download URL: antibotlinks_solver-0.1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d33e15cfc6ce9cea9ec8a1e4da5a25fc44a449c66be0521f6ca85b1c71cec4b1
|
|
| MD5 |
ae2e26b4c0ce5d5bd65b8a6d173dd5c6
|
|
| BLAKE2b-256 |
30841a81e44aac8add8c39805362b0e59a9e5656723abad8b9ecd5fdaba06641
|
File details
Details for the file antibotlinks_solver-0.1.1-py3-none-any.whl.
File metadata
- Download URL: antibotlinks_solver-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
276972c1d06dfba80574e3b9d095ce255c88e3a5cf93d79eadb169b392d12036
|
|
| MD5 |
8e2f818d5802711e8e0e1ae5de7cc454
|
|
| BLAKE2b-256 |
9204936477bfe1f9f11bbc336aed8f25387c0f163fb498d365e3d2bdfbdc6e45
|