How to implement these captchas in a way that is understandable for ob2

SUPER IMPORTANT: This is NOT a cracking forum. Read the ToS before posting your question if you’re unsure.

IMPORTANT: This forum is ONLY for help with OpenBullet 2, NOT OpenBullet 1 which is deprecated and not supported anymore. If you want help with OpenBullet 1 please search the old forum https://forum.openbullet.dev/ and refrain from posting your question here, otherwise your topic will likely be closed.

If you need to report an issue related to OB2 or you want to request a feature, please open an account on github and post it on the official repository otherwise it will not be taken into consideration. Thank you!

NOTE: If you need to post code (e.g. LoliCode or C#), please wrap it with triple backquotes like you see below

this is some code

Hi how to implement these captchas format png

i noticed the refresh button click it, to generate a new image and to also find out the api that generates the captcha next thing if the api format is not data:image/png;base64,
if it’s something like secure.example.com/image1?rnd=0.231231231 simply do a get request to retrieve the base64 of the image then complete it with a constant string block, now first identify the format of the image like png jpeg etc and then complete the url see if it corresponds with the image and use a local solver lib like easyocr or similiar services to solve