bsie.extractor.image.photometrics module#

class bsie.extractor.image.photometrics.Exif#

Bases: Extractor

Extract information from EXIF/IPTC tags of an image file.

CONTENT_READER: str | None = 'bsie.reader.exif.Exif'#
extract(subject: Node, content: dict, principals: Iterable[Predicate]) Iterator[Tuple[Node, Predicate, Any]]#

Return (node, predicate, value) triples.