Uh, apparently #KDE #Okular can't display alt text on images. Does it completely ignore it, or is it only read by screen readers?
For example, the following LaTeX code generates a PDF that contains an image with alt text:
```
\usepackage{pdfcomment}
\pdftooltip{\includegraphics{img.png}}{This is the ALT text}%
```
(Source: https://tex.stackexchange.com/questions/75102/need-alt-text-for-images-in-pdf-for-screen-readers)
set "pdfjs.viewerCssTheme" to 2 to force #darkmode
https://github.com/mozilla/pdf.js/issues/12290#issuecomment-763739702