I'm having trouble accessing encoding detectors in OSGi with Tika 1.22. AutoDetectParser returns "Failed to detect the character encoding of a document" for non-Latin text. We are migrating from 1.10, I'm sure many things are different. It seems like my problem is while all the detectors are in tika-parser, the code is loading from tika-core's. I see parsers and detectors are tracked as services. Do I need to do something similar to load encoding detectors as well?
Thanks, -Katsuya
