Extend to build your custom anti-captcha ocr
(self, image)
| 33 | return self.pyfile.plugin._log(level, plugintype, self.pyfile.plugin.__name__, messages) |
| 34 | |
| 35 | def recognize(self, image): |
| 36 | """ |
| 37 | Extend to build your custom anti-captcha ocr |
| 38 | """ |
| 39 | pass |
| 40 | |
| 41 | def decrypt(self, url, get={}, post={}, ref=False, cookies=True, req=None, |
| 42 | input_type='jpg', output_type='textual', ocr=True, timeout=120): |