I had a similar issue before when using ReCaptchaV2Classification
with CapSolver. The API kept returning hasObject: False
even when the images clearly had objects. In my case, I found that making sure the base64 image was correctly encoded helped, and sometimes the object name in the challenge didn’t match what CapSolver expected. Also, trying a different set of images made a difference. If you’re still stuck, I’d suggest reaching out to CapSolver’s support team—they were super helpful when I had my issue