Add exif extractor

This commit is contained in:
2026-03-09 22:42:31 -07:00
parent ad41a8abbd
commit 6889edef0c
5 changed files with 102 additions and 0 deletions

View File

@@ -94,9 +94,12 @@ toml = "1.0.3"
toml_edit = "0.25.4"
sha2 = "0.11.0-rc.5"
blake3 = "1.8.3"
# Extractors
pdf = "0.10.0"
id3 = "1.16.4"
epub = "1.2.2"
kamadak-exif = "0.6.1"
# Misc helpers
thiserror = "2.0.18"