[
https://issues.apache.org/jira/browse/TIKA-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136815#comment-17136815
]
ASF GitHub Bot commented on TIKA-2830:
--------------------------------------
tballison commented on pull request #278:
URL: https://github.com/apache/tika/pull/278#issuecomment-644886130
@makepanic I'm sorry this took forever. We had to do some unpleasant
shimming to upgrade drewnoakes' metadata extractor. We've done this now, and
this _should_ just work now. THANK YOU!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Detect Media type of HEIF file correctly
> ----------------------------------------
>
> Key: TIKA-2830
> URL: https://issues.apache.org/jira/browse/TIKA-2830
> Project: Tika
> Issue Type: New Feature
> Components: detector
> Affects Versions: 1.20
> Reporter: Laurent Grangier
> Priority: Major
> Fix For: 1.23
>
>
> When using the Tika Detector, the returned media type is "video/quicktime"
> but not "image/heif" as expected.
> {code:java}
> new Tika().detect(heifFile);
> {code}
> If I try with one example of the following page
> [https://nokiatech.github.io/heif/examples.html], I get the media type
> "video/quicktime". I expect to get the correct MIME-type of HEIF (image/heif).
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)