Add creation of iptc
This commit is contained in:
parent
b443483ff4
commit
e01390fa3f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class image_classifier:
|
||||||
if people:
|
if people:
|
||||||
self._log.debug(f"Found {len(people)} known people in the image.")
|
self._log.debug(f"Found {len(people)} known people in the image.")
|
||||||
self._log.debug(json.dumps(people, indent=2))
|
self._log.debug(json.dumps(people, indent=2))
|
||||||
iptc_info = IPTCInfo(file)
|
iptc_info = IPTCInfo(file, force=True)
|
||||||
print(iptc_info['keywords'])
|
print(iptc_info['keywords'])
|
||||||
with open(file, 'rb') as image_file:
|
with open(file, 'rb') as image_file:
|
||||||
self.exif_info = exif.Image(image_file)
|
self.exif_info = exif.Image(image_file)
|
||||||
|
|
Loading…
Reference in a new issue