- Version 0.0.10:
- Reached 10000 training samples.
- Reached 90%+ solve rate.
- Version 0.0.11:
- Fixed error with captcha images that were taken from BytesIO.
- Version 0.0.12:
- Code adjustments and improvements.
- Program can now solve images where last letter is corrupted.
- Version 0.0.13:
- Added and tested 'from_webdriver' classmethod.
- Version 0.1.0:
- 100,000 captchas crash test, solve rate is 98.5%.
- Version 0.1.1 - 0.1.5:
- Code adjustments and improvements.
- Added tests.
- Version 0.2.0:
- Second crash test through 120k+ captchas.
- Solve rate increased to 99.1%
- Code coverage is 100%
- Version 0.3.0:
- Program can now solve images where letters are intercepted.
- Third crash test through 140k+ captchas.
- Solve rate increased to 99.998%
- Version 0.3.8:
- Added new instance - AmazonCaptchaCollector.
- Version 0.4.0:
- Update docstring to Google style
- Deprecate class method
from_webdriver
tofromdriver
- Add
fromlink
class method - Move utilities into a separated file
- Add
ContentTypeError
exception
- Version 0.5.0:
- Remove captchas folder to the separated repository to lower the weight of this one
- Add Python 3.9 support
- Add Chromedriver 86.0.4240.22 support
- Update AmazonCaptchaCollector
- Add documentation.
- Add Pillow 8.0.0 support
- Add Stale Bot to remove stale issues
- Workflow update
- Version 0.5.1:
- Add Chromedriver 91.0.4472.101 support
- Add Pillow 8.2.0 support
- Version 0.5.2:
- Add Pillow 8.3.0 support
- Version 0.5.3:
- Add Chromedriver 97.0.4692.71 support
- Add Pillow 9.0.0 support
- Add Python 3.10-dev support
- Drop Python 3.6 support
- Remove
from_webdriver
method
- Version 0.5.4:
- 200,000 captchas crash test, solve rate is 100%.
- Minor notes added.
- Version 0.5.6:
- Remove
selenium
from required dependencies.
- Remove
- Version 0.5.10:
- Add timeout to
AmazonCaptcha.fromlink
method.
- Add timeout to
- Version 0.5.11:
- Accuracy is 99.5%