请问HN:有没有人通过编程方式解决过亚马逊的动画GIF验证码?

3作者: jrejaud大约 1 个月前原帖
亚马逊的登录流程有时会从 opfcaptcha-prod.s3.amazonaws.com 提供一个动画 GIF 验证码——包含 6 个滑动字符,文本在大约 10-15 帧中水平滚动。 标准的验证码服务(如 2captcha 的 imageCaptcha 等)并不支持动画 GIF。我目前的做法是:提取最后一帧,进行预处理,然后作为静态图像发送。这种方法效果不稳定。 问题: 1. 有没有人可靠地解决过这个问题?使用了什么方法/服务? 2. 是否有现成的 API 可以原生处理动画 GIF 验证码? 3. 是否会有专门针对这种类型的求解 API 的需求? 在构建与亚马逊交互的自动化工具时遇到这个问题,任何指点都非常感谢。
查看原文
Amazon&#x27;s login flow sometimes serves an animated GIF captcha from opfcaptcha-prod.s3.amazonaws.com — 6 sliding characters, text scrolls horizontally across ~10-15 frames.<p>Standard captcha services (2captcha imageCaptcha, etc.) aren&#x27;t designed for animated GIFs. My current approach: extract the last frame, preprocess, send as a static image. Hit or miss.<p>Questions: 1. Has anyone solved this reliably? What approach&#x2F;service? 2. Is there an existing API that handles animated GIF captchas natively? 3. Would there be demand for a dedicated solver API specifically for this type?<p>Running into this while building automation tools that interact with Amazon. Any pointers appreciated.