Skip to content

Commit

Permalink
light edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ebCrypto authored Mar 30, 2022
1 parent b93c71e commit 4a1193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PicOrganizer is a dotnet core library for organizing, dating, geotagging and key
## Typical use case
You inherit a large collection of pictures taken by a camera that was not equipped with a GPS device, or a libray of pictures that was converted from prints or slides. These pictures might be organized in folders with dates and/or locations contained within the directory names or file names.

PicOrganizer will extract the dates from the file names and will buble up to the directory names until a date is recognized. PicOrganizer will copy these files using a structured hierarchy of folders `yyyy-MM`, and then add the GPS coordinates using a combination of 3 methods: From the FileName, a known timeline (ie where was I on this date) or using the location of the closest found picture on that same day.
PicOrganizer will extract the dates from text data by bubling up to the directory names until a date is recognized. PicOrganizer will copy these files using a structured hierarchy of folders `yyyy-MM`, and then add the GPS coordinates using a combination of 3 methods: From the FileName, a known timeline (ie where was I on this date) or using the location of the closest found picture on that same day.

## Features Overview
* Service Based architecture to facilitate calling all or a subset of the processing routines.
Expand Down

0 comments on commit 4a1193a

Please sign in to comment.