Return-Path: X-Original-To: apmail-tika-dev-archive@www.apache.org Delivered-To: apmail-tika-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD7259FC3 for ; Sun, 6 Nov 2011 19:10:15 +0000 (UTC) Received: (qmail 39834 invoked by uid 500); 6 Nov 2011 19:10:15 -0000 Delivered-To: apmail-tika-dev-archive@tika.apache.org Received: (qmail 39802 invoked by uid 500); 6 Nov 2011 19:10:15 -0000 Mailing-List: contact dev-help@tika.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tika.apache.org Delivered-To: mailing list dev@tika.apache.org Received: (qmail 39794 invoked by uid 99); 6 Nov 2011 19:10:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 19:10:15 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 19:10:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E433C34F44 for ; Sun, 6 Nov 2011 19:09:51 +0000 (UTC) Date: Sun, 6 Nov 2011 19:09:51 +0000 (UTC) From: "Ray Gauss II (Updated) (JIRA)" To: dev@tika.apache.org Message-ID: <1299353482.5070.1320606591936.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1784605064.5066.1320606472129.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (TIKA-774) ExifTool Parser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TIKA-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ray Gauss II updated TIKA-774: ------------------------------ Attachment: testJPEG_IPTC_EXT.jpg tika-parsers-exiftool-parser-patch.txt tika-core-exiftool-parser-patch.txt > ExifTool Parser > --------------- > > Key: TIKA-774 > URL: https://issues.apache.org/jira/browse/TIKA-774 > Project: Tika > Issue Type: New Feature > Components: parser > Affects Versions: 1.0 > Environment: Requires be installed (http://www.sno.phy.queensu.ca/~phil/exiftool/) > Reporter: Ray Gauss II > Labels: features, newbie, patch, > Fix For: 1.0 > > Attachments: testJPEG_IPTC_EXT.jpg, tika-core-exiftool-parser-patch.txt, tika-parsers-exiftool-parser-patch.txt > > > Adds an external parser that calls ExifTool to extract extended metadata fields from images and other content types. > In the core project: > An ExifTool interface is added which contains Property objects that define the metadata fields available. > An additional Property constructor for internalTextBag type. > In the parsers project: > An ExiftoolMetadataExtractor is added which does the work of calling ExifTool on the command line and mapping the response to tika metadata fields. This extractor could be called instead of or in addition to the existing ImageMetadataExtractor and JempboxExtractor under TiffParser and/or JpegParser but those have not been changed at this time. > An ExiftoolParser is added which calls only the ExiftoolMetadataExtractor. > An ExiftoolTikaMapper is added which is responsible for mapping the ExifTool metadata fields to existing tika and Drew Noakes metadata fields if enabled. > An ElementRdfBagMetadataHandler is added for extracting multi-valued RDF Bag implementations in XML files. > An ExifToolParserTest is added which tests several expected XMP and IPTC metadata values in testJPEG_IPTC_EXT.jpg. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira