MCPcopy
hub / github.com/pyload/pyload / recognize

Method recognize

module/plugins/captcha/GigasizeCom.py:16–20  ·  view source on GitHub ↗
(self, image)

Source from the content-addressed store, hash-verified

14 __authors__ = [("pyLoad Team", "admin@pyload.org")]
15
16 def recognize(self, image):
17 self.load_image(image)
18 self.threshold(2.8)
19 self.run_tesser(True, False, False, True)
20 return self.result_captcha

Callers

nothing calls this directly

Calls 3

thresholdMethod · 0.80
run_tesserMethod · 0.80
load_imageMethod · 0.45

Tested by

no test coverage detected