https://bz.apache.org/bugzilla/show_bug.cgi?id=61296
--- Comment #1 from Javen O'Neal <[email protected]> --- Created attachment 35138 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35138&action=edit a quick comparison of Tika and POI constants https://github.com/apache/tika/tree/master/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/ git clone https://github.com/apache/tika.git apache-tika pushd apache-tika cd tika-parsers/src/main/java/org/apache/tika/parser/microsoft/ grep -r -P "(static final|final static|http://schemas|vnd|urn)" . Most notably, * ./ooxml/AbstractOOXMLExtractor.java has 8 relationship schema URLS and 1 ooxml mime type * ./ooxml/OOXMLWordAndPowerPointTextHandler.java has 6 schema urls and 2 urns * ./POIFSContainerDetector.java has several mime types And a few others See attachment for a list of current constants that could be copied over. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
