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?