How to set locale to tika server?

32 Views Asked by At

In tika mvn dependency there is ability to set default locale

Example:


        ParseContext context = new ParseContext();
        context.set(Locale.class, Locale.forLanguageTag("fra"));

What header or parameter in config should i use for tika server in docker?

0

There are 0 best solutions below