01-28-2015 01:32 PM
I noticed the latest version of nuxeo 7.1 is now using metadata extraction. Yet for some reason, I am not seeing the metadata field "keywords" show up with what I entered via adobe bridge.
The idea is we have video editors editing videos in Adobe Premiere. As they edit, they are adding keywords to clips and images that we want to be able to read later and index using nuxeo.
Thank you in advance
01-30-2015 03:45 AM
Hello,
Related to Binary Metadata extraction in 7.1, you have all the documentation at this location: http://doc.nuxeo.com/x/w4JkAQ
You will have to enter a metadata mapping between your Nuxeo document and your binary, It's not automatic. The documentation is quite exhaustive normally, but don't hesitate to give your feedback or questions.
In 7.2, you will have a default mapping around EXIF and a little bit of IPTC.
01-30-2015 03:45 AM
Hello,
Related to Binary Metadata extraction in 7.1, you have all the documentation at this location: http://doc.nuxeo.com/x/w4JkAQ
You will have to enter a metadata mapping between your Nuxeo document and your binary, It's not automatic. The documentation is quite exhaustive normally, but don't hesitate to give your feedback or questions.
In 7.2, you will have a default mapping around EXIF and a little bit of IPTC.
01-30-2015 04:04 AM
Thanks for the response. So in other words, it does nothing unless it finds a match?
If I had the following data for example (probed using exiftool -G -json):
"XMP:Subject": ["animals","blue","eyes"],
"XMP:Creator": "Mr Bean",
"XMP:Description": "Blue Owl",
"XMP:CreatorCity": "Harrisburg",
"XMP:CreatorWorkURL": "www.example.com",
"Composite:ImageSize": "720x576",
"Composite:Megapixels": 0.415
my mapping would be like this in OSGI-INF/binary-metadata-service.xml before I compile the plugin/jar?
<metadataMapping id="Example" processor="exifTool" blobXPath="file:content">
<!-- "name" = binary metadata , "xpath" = document metadata -->
<!-- See PDF metadata extraction example in this page -->
<metadata name="XMP:Creator" xpath="XMP:Creator"/>
<metadata name="XMP:CreatorCity" xpath="XMP:CreatorCity"/>
<metadata name="XMP:Description" xpath="XMP:Description"/>
</metadataMapping>
And then that data shows up in Nuxeo?
01-30-2015 04:07 AM
Everything is right, but you have to create your schema XMP on the Nuxeo document side as well.
01-30-2015 04:10 AM
Make sure you have setup ExifTool as well.
01-30-2015 04:15 AM
I have the tools installed. I also used the exiftool to see an existing mapping. Let me see if I can see what you mean by schema XMP on the Nuxeo document side. The values I posted exist in the document. I used Adobe Bridge to create them.
12-04-2017 05:03 AM
Hello. Can someone tell me what is schema XMP on the Nuxeo document side
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.