See the first post in this thread for the latest version of Access-Aide v101
Changes include:
- handle svg as a special case when trying to extract metadata from image files because Pillow barfs on all svg. For svg images, load the svg file and attempt to extract the top-level desc tag contents to provide an initial value for empty alt attributes on img tags that use svg.
You can also grab the latest Access-Aide source from my git repository:
https://github.com/kevinhendricks/Access-Aide
Special thanks to BeckyEbook for tracking this one dawn and generating a fix!