Class TikaParsers


  • @Path("/parsers")
    public class TikaParsers
    extends Object

    Provides details of all the Parsers registered with Apache Tika, similar to --list-parsers and --list-parser-details within the Tika CLI.

    • Constructor Detail

      • TikaParsers

        public TikaParsers()
    • Method Detail

      • getParserDetailsHTML

        @GET
        @Path("/details")
        @Produces("text/html")
        public String getParserDetailsHTML()
      • getParsersHTML

        @GET
        @Produces("text/html")
        public String getParsersHTML()
      • getParsersHTML

        protected String getParsersHTML​(boolean withMimeTypes)
      • getParserDetailsJSON

        @GET
        @Path("/details")
        @Produces("application/json")
        public String getParserDetailsJSON()
                                    throws IOException
        Throws:
        IOException
      • getParserDetailssPlain

        @GET
        @Path("/details")
        @Produces("text/plain")
        public String getParserDetailssPlain()
      • getParsersPlain

        @GET
        @Produces("text/plain")
        public String getParsersPlain()
      • getParsersPlain

        protected String getParsersPlain​(boolean withMimeTypes)