mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
Also tweak the exif model slightly to better match what Tika/XMP has, and add the exif namespace to the list git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22251 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
38 lines
1.1 KiB
Properties
38 lines
1.1 KiB
Properties
#
|
|
# TikaAutoMetadataExtracter - default mapping
|
|
#
|
|
# This is used to map from the Tika and standard namespaces
|
|
# onto your content model. This will be used for any
|
|
# content for which an explicit extractor isn't defined,
|
|
# by using Tika's auto-selection facilities.
|
|
#
|
|
# author: Nick Burch
|
|
|
|
# Namespaces
|
|
namespace.prefix.cm=http://www.alfresco.org/model/content/1.0
|
|
namespace.prefix.exif=http://www.alfresco.org/model/exif/1.0
|
|
|
|
# Mappings
|
|
author=cm:author
|
|
title=cm:title
|
|
description=cm:description
|
|
created=cm:created
|
|
|
|
geo\:lat=cm:latitude
|
|
geo\:long=cm:longitude
|
|
|
|
tiff\:ImageWidth=exif:pixelXDimension
|
|
tiff\:ImageLength=exif:pixelYDimension
|
|
tiff\:Make=exif:manufacturer
|
|
tiff\:Model=exif:model
|
|
tiff\:Software=exif:software
|
|
tiff\:Orientation=exif:orientation
|
|
tiff\:XResolution=exif:xResolution
|
|
tiff\:YResolution=exif:yResolution
|
|
tiff\:ResolutionUnit=exif:resolutionUnit
|
|
exif\:Flash=exif:flash
|
|
exif\:ExposureTime=exif:exposureTime
|
|
exif\:FNumber=exif:fNumber
|
|
exif\:FocalLength=exif:focalLength
|
|
exif\:IsoSpeedRatings=exif:isoSpeedRatings
|
|
exif\:DateTimeOriginal=exif:dateTimeOriginal |