Captcha
Captcha(images=list(), labels=list(), paths=list())Container for one or more captcha images.
Mirrors the R captcha S3 object: a list with img, lab, path.
Methods
| Name | Description |
|---|---|
| plot | Display captcha images in a grid using matplotlib. |
plot
Captcha.plot(cols=4, max_rows=25)Display captcha images in a grid using matplotlib.