[
https://issues.apache.org/jira/browse/TIKA-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190439#comment-15190439
]
Bob Paulin commented on TIKA-1894:
----------------------------------
[[email protected]] So after looking at this I'm thinking a new module might
be overkill here. There's no parsers in it so there's no need for there to be
an Activator class also I see a number of the image classes instantiating
objects that do not need to be instantiated.
{code}
new JempboxExtractor(metadata).parse(tis);
{code}
could be
{code}
JempboxExtractor.parse(metadata, tis);
{code}
I feel the pain that there is shared code between pdf and multimedia now.
Maybe just a simple shared util jar?
> Add XMPMM metadata extraction to JempboxExtractor
> -------------------------------------------------
>
> Key: TIKA-1894
> URL: https://issues.apache.org/jira/browse/TIKA-1894
> Project: Tika
> Issue Type: New Feature
> Reporter: Tim Allison
> Priority: Minor
>
> The XMP Media Management (XMPMM) section of xmp carries some useful
> information. We currently have keys for many of the important attributes in
> tika-core's o.a.t.metadata.XMPMM, and JempBox extracts the XMPMM schema, but
> the wiring between the two has not yet been installed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)