Quan Nguyen
Quan Nguyen
@astrapi69 Please submit a PR. Thanks.
@astrapi69 There was a warning during compile: > Required filename-based automodules detected: [jai-imageio-core-1.4.0.jar, lept4j-1.20.0.jar]. Please don't publish this project to a public artifact repository! I think I'll need to modularize...
@astrapi69 I think it will need to be merged upstream to the original repo of [jai-imageio-core](https://github.com/jai-imageio/jai-imageio-core), which hasn't received any code update for many years. Alternatively, we can use a...
Can you try the VM-Arguments suggested in https://stackoverflow.com/questions/23467797/javafx-nullpointerexception-when-rendering-big-image?
libleptonica.so, or a symbolic link to it, is created during installation of tesseract. Can you verify its existence to make sure tesseract has been properly installed?
Installation of Tesseract and its dependency Leptonica should create a `libleptonica.so` symbolic link, pointing to the actual `liblept.so.x.x.x` file, in the system path. If it did not, you may have...
@ABHammad The program looks for a `libtesseract.dylib` to load. So make sure it exists and is in the system path. https://sourceforge.net/p/tess4j/discussion/1202294/thread/4ec2dbbe87/ https://sourceforge.net/p/tess4j/discussion/1202294/thread/c9bc74d9/ https://stackoverflow.com/questions/21394537/tess4j-unsatisfied-link-error-on-mac-os-x
Last time I tried, Tesseract installation would also install Leptonica dependency, which is accessed during runtime through `libleptonica.so` symbolic link. If the newest installation changed the Leptonica name to `liblept.so`,...
As part of our investigation of the reported issues on Ubuntu, we tried to get VietOCR, a GUI client for Tesseract, to work in WSL for Ubuntu 24.04.2 LTS. What...
Please see https://github.com/nguyenq/tess4j/issues/264#issuecomment-2134372852