Open Ratoone opened 1 year ago
You'll need to build from source: https://github.com/bytedeco/javacpp-presets#build-instructions
You'll need to build from source: https://github.com/bytedeco/javacpp-presets#build-instructions
I've verified that 1.5.10 maybe exists some problems, and 1.5.9 no problem.
https://github.com/bytedeco/javacv/issues/2181#issuecomment-1916182055
Since CentOS is pretty much dead, I've switched the builds to Ubuntu because it's the most popular distribution today, so if it doesn't work, please use Ubuntu.
I have tested on red hat and meet no jniopencv_highgui
. Is there a candicate solution can run on other linux?
The latest release version 1.5.10 should work with RHEL 9, but I haven't tested it personally.
I have no rehl9 but tested the code on rehl7.5, meeting the problem
To synchronize the latest progress, I found that the cause of the above problem is that there is no CXXABI_1_3_8 in my OS. I tried to install gcc4.9 but there was no download source in my environment. Is there any other way? In addition, can the new 1.5.11 avoid this problem? look forward to any bro.
I'm trying to run tesseract using java 17 on an alpine image. However, initializing the tessApi fails with the following error:
Using a debian based image works, however that is not an option for my use case. I've tried installing glibc using the instructions from https://gist.github.com/larzza/0f070a1b61c1d6a699653c9a792294be, but no change
POM file: