Hi, I am trying to use tika to parse HWP files. and there is something, which I addressed below, confuses me.
> java -jar tika-app-1.10.jar --list-supported-types | grep hwp > application/x-hwp > java -jar tika-app-1.10.jar --detect sample.hwp > application/x-tika-msoffice Is it means that tika can not detect HWP file correctly? And another thing is, there is no 'application/x-hwp' in the supported formats list which are mentioned at 'http://tika.apache.org/1.10/formats.html' page. So, does tika support "HWP"? If it does, is there a way to auto-detect HWP files correctly? Any help will be great! Thank you. - mungeol
