Given a large pile of HWP files,
find . -name "*.hwp" -exec java -jar ~/Downloads/tika-app-1.5.jar -v -t {} \;does not result in any text. Is there a detector and not a parser?
Given a large pile of HWP files,
find . -name "*.hwp" -exec java -jar ~/Downloads/tika-app-1.5.jar -v -t {} \;does not result in any text. Is there a detector and not a parser?