Awal Ariansyah
Awal Ariansyah
That's a different issue. The issue that I pulled is error about libGL.1. The second issue is about the ans = input(), and I fixed that with assignning ans =...
The input was solved. I did that and the picture is the next problem.
It works really well in local, also without open-cv-headless
For the black and white captcha I think you need to process the image generated to be grayscaled using PIL ```python from PIL import Image img = Image.open('captcha.png').convert('L') img.save('captcha-blackwhite.png') ```...
Interesting discussion
> Change like this: > import androidx.annotation.NonNull; > import androidx.annotation.Nullable; Thanks bro, this working for me. Changing the line where the error pointed out from 'android.support' to 'androidx'.
I think it is because there's a race, either we remove the event listener first or we recalculate the exit condition
the `exitDistance` should be half of the width for x and half of the height for y from the magnifier glass
Just submitted a new PR @nishanths
@talalmajali Please merge this