Merge branch 'master' of github.com:Xevion/photo-tagging

This commit is contained in:
Xevion
2019-11-03 02:04:50 -06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -22,4 +22,4 @@ Support for .NEF RAW file compression with .XMP metadata files.
I've typed up a good file with everything I've learned about XMP files, Adobe, and just how complex this problem really was for me.
[./LEARNING.md](./LEARNING.md)
[./LEARNING.md](./LEARNING.md)

View File

@@ -9,6 +9,8 @@ import shutil
import logging
from google.cloud import vision
from package import xmp
from PIL import Image
from .xmp import XMPParser
from .process import FileProcessor