Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
OS: windows 7 and centos 6
Java: 1.7
Tika jar: tika-app-1.10.jar
File: HWP 5.0
Description
HWP file has two formats which are HWP 3.0 and HWP 5.0.
'tika-app-1.10.jar' detects HWP 3.0 format's file correctly.
But, not for HWP 5.0.
Used commands and returned results are addresses below.
> java -jar tika-app-1.10.jar --detect test_3.0.hwp
> application/x-hwp
> java -jar tika-app-1.10.jar --detect test_5.0.hwp
> application/x-tika-msoffice
Attachments
Attachments
Issue Links
- is related to
-
TIKA-2909 Contributing HWP v5 Parser
- Resolved