Class PoiMetadataExtracter

  • All Implemented Interfaces:
    ContentWorker, MetadataEmbedder, MetadataExtracter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

    @Deprecated
    public class PoiMetadataExtracter
    extends TikaPoweredMetadataExtracter
    Deprecated.
    OOTB extractors are being moved to T-Engines. POI-based metadata extractor for Office 07 documents. See http://poi.apache.org/ for information on POI.
       author:                 --      cm:author
       title:                  --      cm:title
       subject:                --      cm:description
       created:                --      cm:created
       Any custom property:    --      [not mapped]
     
    Uses Apache Tika
    Author:
    Nick Burch, Neil McErlean, Dmitry Velichkevich
    • Field Detail

      • logger

        protected static org.apache.commons.logging.Log logger
        Deprecated.
      • SUPPORTED_MIMETYPES

        public static ArrayList<String> SUPPORTED_MIMETYPES
        Deprecated.
    • Constructor Detail

      • PoiMetadataExtracter

        public PoiMetadataExtracter()
        Deprecated.