PackageParser's XHTML should contain metadata of subfiles
---------------------------------------------------------
Key: TIKA-252
URL: https://issues.apache.org/jira/browse/TIKA-252
Project: Tika
Issue Type: Improvement
Reporter: Jonathan Koren
Currently PackageParser only sets the Metadata based on the outermost file
type. For instance, an gzipped tar containing pdfs will have
Metadata.Content-Type set to application/gzip, and the mimetypes of the
internal files (the pdfs) will be lost.
It would be nice if the metadata found when parsing the contained pdfs would be
recoverable. Perhaps in a sequence like:
<div class="metadata><span class="METADATA-KEY">METADATA-VALUE</span>...</div>
within the <div class="package-file">
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.