Hi, thanks for the awesome library!
One issue I hit was that I'm using com.twelvemonkeys.imageio:imageio-tiff instead of com.github.jai-imageio:jai-imageio-core (because I have a number of other image-formats also from Twelve Monkeys so I thought it's best to stick with it). However, tess4j seems to have hardcoded support only for jai-imageio. Is it possible to somehow make it library-agnostic? Or, if that can't be done, to add support for the Twelve Monkeys version?
Thanks!