Feature #3978
SHOULD support uploading photo to find existing/matching entries already uploaded
| Status: | In Progress | Start date: | 11/05/2014 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | harlo | % Done: | 0% | |
| Category: | - | |||
| Target version: | InformaCam - SERVER v2 | |||
| Component: |
History
#1 Updated by harlo about 3 years ago
- Assignee set to harlo
1) if the file is the same, the file hash/_id matches.
2) if the file is not exactly the same, we'll use libpuzzle to compute a vector and do a search for the nearest match
btw, part 1 is done. part 2 is half-done!
#2 Updated by harlo about 3 years ago
- Status changed from New to In Progress