ExtractImageMetadata 2.3.0.4.10.0.0-147

Bundle
org.apache.nifi | nifi-media-nar
Description
Extract the image metadata from flowfiles containing images. This processor relies on this metadata extractor library https://github.com/drewnoakes/metadata-extractor. It extracts a long list of metadata types including but not limited to EXIF, IPTC, XMP and Photoshop fields. For the full list visit the library's website.NOTE: The library being used loads the images into memory so extremely large images may cause problems.
Tags
BMP, Exchangeable, Exif, GIF, IPTC, JPG, PNG, XMP, file, format, image, metadata
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success Any FlowFile that successfully has image metadata extracted will be routed to success
failure Any FlowFile that fails to have image metadata extracted will be routed to failure
Writes Attributes
Name Description
<directory name>.<tag name> The extracted image metadata will be inserted with the attribute name "<directory name>.<tag name>".