Hardik created TIKA-3250:
-----------------------------
Summary: Not getting rtf_meta:thumbnail property for BMP type of
files during RTF parsing
Key: TIKA-3250
URL: https://issues.apache.org/jira/browse/TIKA-3250
Project: Tika
Issue Type: Bug
Reporter: Hardik
While RTF file parsing we are getting metadata
org.apache.tika.metadata.Metadata object.
there are 2 ways to have bmp file in RTF. one is directly inline image and
other is just have icon and if we open that icon then actual image is open.
To decide this information whether this file is actually present as thumbnail
or actual image we are using metadata object, here we are usually getting
rtf_meta:thumbnail property for other type of image files but not with bmp.
Is there any way to get this type of data for bmp file during RTF parsing.
Notes: We are using EmbeddedDocumentExtractor class to parse RTF type of file.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)