Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I want to know how to solve Case Sensitive Image captchas in BAS using 2captcha.
Anyone?
Captcha solvers mostly have case sensitive option in their api.
You can use it but you might need to go custom with http client.
@bakrimobi Try: https://docs.capsolver.com/en/guide/recognition/AwsWafClassification/
@cparonny https://community.bablosoft.com/topic/21843/captchaimageclick-module-for-solving-capcha-with-clicks-on-images Use My Module
@GuarDofErun Using module: https://community.bablosoft.com/topic/21621/captchaimageclick-модуль-для-решения-капчи-кликами-по-изображениям-через-сервис-cap-guru
Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved