Class OOXMLParser

    • Field Detail

      • XPS

        protected static final org.apache.tika.mime.MediaType XPS
      • SUPPORTED_TYPES

        protected static final Set<org.apache.tika.mime.MediaType> SUPPORTED_TYPES
      • UNSUPPORTED_OOXML_TYPES

        protected static final Set<org.apache.tika.mime.MediaType> UNSUPPORTED_OOXML_TYPES
        We claim to support all OOXML files, but we actually don't support a small number of them. This list is used to decline certain formats that are not yet supported by Tika and/or POI.
    • Constructor Detail

      • OOXMLParser

        public OOXMLParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)