Class TikaAutoContentTransformer

  • All Implemented Interfaces:
    ContentWorker, ContentTransformer, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    @Deprecated
    public class TikaAutoContentTransformer
    extends TikaPoweredContentTransformer
    Deprecated.
    The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
    A Content Extractor for XML, HTML and Text, which makes use of the Apache Tika auto-detection to select the best parser to process your document. This will be used for all files which Tika can handle, but where no other more explicit extractor is defined.
    Author:
    Nick Burch
    • Field Detail

      • SUPPORTED_MIMETYPES

        public static java.util.ArrayList<java.lang.String> SUPPORTED_MIMETYPES
        Deprecated.
        We support all the mimetypes that the Tika auto-detect parser can handle, except for Image, Audio and Video ones which don't make much sense
    • Constructor Detail

      • TikaAutoContentTransformer

        public TikaAutoContentTransformer​(org.apache.tika.config.TikaConfig tikaConfig)
        Deprecated.