amazoncaptcha icon indicating copy to clipboard operation
amazoncaptcha copied to clipboard

Pure Python, lightweight, Pillow-based solver for Amazon's text captcha.

Results 32 amazoncaptcha issues
Sort by recently updated
recently updated
newest added

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

help wanted
wontfix

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...

question

**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...

bug

The core solving functionality works fine, but I don't have time to look into other issues at the moment.

next release

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...

enhancement
wontfix

I have some other dependencies that need Pillow 10.0.0, but amazoncaptcha restricts version to

enhancement
wontfix

**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()...

wontfix
CNS

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...

wontfix
dependencies

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]...

wontfix
dependencies