[How to] Math question. I.e 3+5=8
How to you tell CB that it needs to solve a math problem?
I have a captcha type that is for example like this: 125125 + 34 =
How do I tell CB to solve captcha's like this?
Comments
it sees that automatically. If it finds a +-*x or alike it will try to solve the math and use that as result.
You can tweak things when manually editing the engine and search for "ocr must have=". Add a +|-|*|x to it to only accept a result if the ocr returned such things.