amazoncaptcha
amazoncaptcha copied to clipboard
Pure Python, lightweight, Pillow-based solver for Amazon's text captcha.
Hello how can I enhance the performance of amazoncaptcha? i have hundred of thousands of images and the CPU consumption is high any recommendations or suggestion for other tools? Thanks
Hello! I'm constantly getting the 'Not Solved' issue, I think because the training data used has a different style to the CAPTCHAs I'm getting from Amazon. The ones I get...
**Describe the bug** A clear and concise description of what the bug is. Can't find the training_data in the Temp\\_MEI167922 folder **To Reproduce** Steps to reproduce the behavior: PyInstaller: 4.3...
The core solving functionality works fine, but I don't have time to look into other issues at the moment.
I was looking at some benchmarks and pillow-simd claims to be a drop in replacement for pillow with better performance. I was wondering if this is something that has been...
I have some other dependencies that need Pillow 10.0.0, but amazoncaptcha restricts version to
**Paste the code showing which endpoint of the AmazonCaptcha library you are using** ```python from amazoncaptcha import AmazonCaptcha captcha = AmazonCaptcha('src\captcha\captcha.png') solution = AmazonCaptcha('src\captcha\captcha.png').solve() print(solution) # Or: solution = AmazonCaptcha('captcha.jpg').solve()...
Updates the requirements on [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) to permit the latest version. Release notes Sourced from webdriver-manager's releases. v4.0.1 What's Changed fix chrome driver_version readme typo by @ndepaola in SergeyPirogov/webdriver_manager#573 Add correct...
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Release notes Sourced from pillow's releases. 10.1.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.1.0.html Changes Added TrueType default font to allow for different sizes #7354 [@radarhere]...