You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all metadata is extracted from a file, the goal is to have an option in this enricher that only extracts metadata if specified from a list, example: [gps, datetimes, author]
So the gps would only find lat/lon information, example parsing logic from the direct output of exiftool:
Currently all metadata is extracted from a file, the goal is to have an option in this enricher that only extracts metadata if specified from a list, example:
[gps, datetimes, author]
So the gps would only find lat/lon information, example parsing logic from the direct output of exiftool:
Something similar could be designed for create_date!=modify_date or other relevant information found.
The text was updated successfully, but these errors were encountered: