MCPcopy Index your code
hub / github.com/pyload/pyload / recognize

Method recognize

module/plugins/internal/Captcha.py:35–39  ·  view source on GitHub ↗

Extend to build your custom anti-captcha ocr

(self, image)

Source from the content-addressed store, hash-verified

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):

Callers 1

decrypt_imageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected