Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Crop only applies to 3х3 ReCaptcha2. Such ReCaptcha2 contains 9 pictures, and these pictures can be sent one by one, just by setting CropOnePicture=False.

Sending one image at a time makes sense after the initial clicks - after that single images begin to load. Then it is not recommended to recognize the whole 3х3 again - it is better to create several requests with CropOnePicture=False (sending only really loaded tiles).

Note

The CropOnePicture parameter determines the format of the received response.

If CropOnePicture=True, CapMonster2 will return the indexes of the pictures to be clicked, separated by commas. The count starts from one. Example: 3,5,9.

If no objects are found, CapMonster2 will return sorry.

If CropOnePicture=False CapMonster2 will return either 0 or 1. In this case, 0 = Object found, and 1 = Object not found.

...