photoprism/pkg/txt/txt.go
Michael Mayer 02800e796e Guess title, location and date from file and path name #154
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-28 15:12:18 +02:00

13 lines
289 B
Go

/*
Package txt provides text / linguistics related functionality.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package txt
//go:generate go run gen_countries.go
//go:generate go run gen_stopwords.go
//go:generate go fmt .