I've just finished the EXIF Integration for the "Open Notes Picture Database" (based on the Release 1.0.7).
The code is checking the picture for a valid header and will add 2 fields to the import document:
1) ExifTags (tags found in the picture, can be any kind of tag, multi value field)
2) ExifValues (the corresponding values to the tags found in this picture)
The code is using the LS2J interface, so it may not work with releases earlier than 6.5.
To enable this, unpack the jar to the Notes Data Directory and add the following line to your Notes.ini:
JavaUserClasses=metadata-extractor-2.2.2.jar
See also this document:
http://www.openntf.org/projects/pmt.nsf/b521bae9087a360985256bed004b4ec4/d31f142bf1dcdc0c86256f1d006271c8!OpenDocument
Download is currently here:
http://www.mathiaspohl.de/dx/Open-Notes-Picture-Database-with-Exif
|