Open
Description
Please describe the desired behavior.
Currently we dont have any alternate text for images across the app. While for the static ones we can add some alt text but for the ones uploaded by the user, its not possible for us to apply the same. So what should be the plausible solution for it?
- One possible way is to add a field for the user to add alternate text for the image whenever they upload but this won't always ensure that the user does add the alternate text or if they do whether it will be meaningful text relevant to the picture. We can have a special message asking them to add since it will help accessibility of the app and help more sections of society to access it with ease
- The other solution is to use some image recognition service like aws/microsoft services to determine the image text and accordingly add it as alt text. This might slow down the app and might also require us to tag all our previous data or add our data to their servers.