TheLastGimbus / GooglePhotosTakeoutHelper

Script that organizes the Google Takeout archive into one big chronological folder
https://aur.archlinux.org/packages/gpth-bin
Apache License 2.0
3.47k stars 176 forks source link

The requirement for adding people tag information from JSON files to the exif of photos #273

Open a8500830 opened 6 months ago

a8500830 commented 6 months ago

Because Google Photos has excellent character recognition capabilities, it happens that this information is retained in the JSON file. Can we also import this information into the photo's exif. I am using a replacement for Google Photos, but its character recognition is far inferior to Google Albums. I have searched for many tools but there is no convenient or mature method. Can the author implement this feature? Thank you again for your tools!

TheLastGimbus commented 5 months ago

If we had exif inserting support i would think about this... but we don't right now :/

But i'll keep this issue - please add some examples of those jsons because mine didn't contain any of this

bigethan commented 4 months ago

the people are listed in the JSON like:

  "people": [{
    "name": "Person Name"
  }, {
    "name": "Other Name"
  }],