(self, image)
| 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 |
nothing calls this directly
no test coverage detected