Laurent Grangier created TIKA-2830:
--------------------------------------
Summary: 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
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
(v7.6.3#76005)