A Python library for solving hCaptcha challenges using multimodal large language models. Version 0.19.0 requires Python >=3.10. Development is active with irregular releases.
pip install hcaptcha-challengerVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a Challenger instance and call solve() with image paths and a task type.
Change keyword argument from 'images' to 'image_paths'.
Remove explicit download() calls; the library downloads models on demand.
Check supported tasks in documentation or use a try-except.