I'm trying to deploy an application using tess4j. When I try and run it, I get the following message: java.lang.UnsatisfiedLinkError: Unable to load library 'tesseract': Native library (linux-x86-64/libtesseract.so) not found I understand that the expectation is that I install tesseract on the box with apt-get. However, I can't run apt-get calls on this box and need some way to bundle Tesseract with the application itself. I understand that Tesseract is bundled with tess4j, but that doesn't produce...