Quote:
Originally Posted by KevinH
What are people's thoughts on this.
|
Since IPTC metadata seems to be less commonly used than EXIF metadata, a compromise might be grabbing the
ImageDescription EXIF metadata entry with Pillow.
This requires only a few lines of code:
The code will return the string:
A Prince looks out between the bars of a prison window.
(It refers to
this image provided by the OP.)
IMHO, automatically extracting some human generated description with Acess-Aide is better than extracting no description at all.
@oston would extracting the ImageDescription information be helpful to you?