This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Releases: K1rakishou/4chanCaptchaSolver
Releases Β· K1rakishou/4chanCaptchaSolver
v3.4
v3.3
v3.2
- The app now has an update checker. If you are using Android with API 33+ (Android 13+) then upon first run you will be asked for notifications permission because update checker will show a notification when there is an update. If you refuse the permission request then update checker won't do anything. You can enable update checker later in the Android's app settings.
- Use new model trained by @Yukariin
v3.1
v3.0
v2.1
Bugfixes.
- Fix returning incorrect slide offset (Forgot to divide by the width difference of bg and fg).
- Fix incorrect canvas size being used which resulted in some extra pixels being drawn on canvas which were then passed into the model which would sometimes see valid characters in them.
v2.0
v1.2
- Fix some crashes.
- Fix slight inaccuracy when adjusting slider (just use hardcoded max offset 50 the same as in the script instead of calculating the width difference of bg and fg captcha images which is always 49).
v1.1
Initial release.