mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Scans: Auto-detect scanned pictures & trim white border #1394
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#1394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Shadoweee77 on GitHub (Apr 10, 2022).
Problem:
When scanning images it's often that we get a white border around pictures - it would be nice for Photoprism to:
@lastzero commented on GitHub (Apr 10, 2022):
Thank you! That seems like a good idea. Tagging based on certain attributes or keywords could be a quick win. I was hoping to find a matching exif tag, but have been unsuccessful so far.
It might be possible to identify scans based on the "Software" Exif tag value. Could you use exiftool to check the metadata for this and other tags that might be suitable for auto-tagging scans?
As a fallback solution, extracting/detecting keywords from the file name would be possible. However, that requires renaming and is not completely automatic.
@Shadoweee77 commented on GitHub (Apr 11, 2022):
This is exif.tools metadata if You mean that:

@Shadoweee77 commented on GitHub (Apr 14, 2022):
Hey @lastzero - just did a few more scans and compared the EXIF data and can't find anything that is the same. Also I don't see a software tag. Sorry I couldn't help more.