I try to use your package and want to use PDF-Tags in the document. I add an alt description to the code and this is not preserved. This could be fixed with the following rearrangement.
\DocumentMetadata{
pdfstandard = ua-2,
pdfversion = 2.0,
testphase=latest,
}
\documentclass{article}
\usepackage[Export]{adjustbox}
\makeatletter
\adjbox@copy@key{alt}
\adjbox@copy@key{artifact}
\adjbox@copy@key{actualtext}
\makeatother
\begin{document}
Image test
\includegraphics[alt={Letter A as gif}]{example-image}%
\end{document}
I try to use your package and want to use PDF-Tags in the document. I add an
altdescription to the code and this is not preserved. This could be fixed with the following rearrangement.More details: https://tex.stackexchange.com/a/740249/48642