是否存在TIKA可以提供哪些类型的反馈无法解析的文件列表?我正在尝试根据TIKA告诉我的内容来决定是否为运营团队或两者提供最终用户反馈或反馈。例如,如果MS Word文档受密码保护,我可以将其传递给最终用户以采取纠正措施。
答案 0 :(得分:1)
您应该针对Tika特定错误寻找TikaException
的子类,例如ChmParsingException
,EncryptedDocumentException
,MimeTypeException
......
格式解析器parse()
方法的签名是
Throws:
IOException - if the document stream could not be read
SAXException - if the SAX events could not be processed
TikaException - if the document could not be parsed