Shall we define "decent enough alternate description" or "probably bad alternate text"? #28
gautierchomel
started this conversation in
Ideas
Replies: 2 comments
This will also trigger gaiji, where an image is used to replaced a single character. |
0 replies
|
On a more general note: the We can inject these extracted image descriptions (using |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Issue #18 refers to "decent enough alternate description". To define that "decent enough" without relying on complex LLM technologies, we can proceed by eliminating images with probably bad alternate text.
The abelab project analysis referred to "Images to fix" and calculated Missing or bad textual alternative for non decorative graphical resources as follows: content images – content images with alt-text (more than one word and not equal to filename) – contents images decorative
So a first set of rules to define "probably bad alt text" could be :
altis not equal to image filenamealtcontains more than one wordThe second will certainly trigger false positives as the alt can be meant to articulate with text around as in
All reactions