Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance CAPTCHA Speech Recognition to Distinguish Between Capital and Small Letters #36

Open
saarimshaikh opened this issue Oct 13, 2024 · 1 comment · May be fixed by #37
Open

Enhance CAPTCHA Speech Recognition to Distinguish Between Capital and Small Letters #36

saarimshaikh opened this issue Oct 13, 2024 · 1 comment · May be fixed by #37

Comments

@saarimshaikh
Copy link

Currently, the CAPTCHA in our application does not differentiate between uppercase (capital) and lowercase (small) letters when read aloud using speech recognition. This can make it harder for users to correctly input the CAPTCHA. To improve user experience and accuracy, the speech recognition feature should specify whether each letter in the CAPTCHA is capital or small.

Steps to Implement:
Modify the speakCaptcha function to detect whether each letter in the CAPTCHA is uppercase or lowercase.
If the letter is uppercase, prepend the word "Capital" before reading the letter aloud.
If the letter is lowercase, prepend the word "Small" before reading the letter aloud.
Ensure that numbers and other non-letter characters are read as usual, without any additional description.

Expected Outcome:
When the CAPTCHA is read aloud, users will hear whether each letter is capital or small, making it easier to input the CAPTCHA correctly.

Please assign me this issue under the hacktoberfest 2024 tag

@saarimshaikh
Copy link
Author

I created a pull request for the same issue. Please do check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants