Blind users don't need to use a mouse, they can use (tabbing or double swiping). This is why web accessibility is so important, and while relatively easy to implement the basics, most developer seem to skip it or forget it.
Screen reader accessibility can be archived by coding pages in clean and standards based HTML. alt attributes are basic, but often are missing or have unclear text. Form elements need to be properly labelled, links need clear descriptions etc.
I agree that screen readers aren't the greatest technology, but the truth is developers of websites and applications aren't doing their part to make their products accessible.
Screen reader accessibility can be archived by coding pages in clean and standards based HTML. alt attributes are basic, but often are missing or have unclear text. Form elements need to be properly labelled, links need clear descriptions etc.
I agree that screen readers aren't the greatest technology, but the truth is developers of websites and applications aren't doing their part to make their products accessible.