Closed j0rdanit0 closed 6 years ago
It's "beta.3" now:
<dependency>
<groupId>org.bytedeco.javacpp-presets</groupId>
<artifactId>tesseract-platform</artifactId>
<version>4.0.0-beta.3-1.4.2-SNAPSHOT</version>
</dependency>
After switching to beta.3, I was able to install. However, I'm now seeing some issues.
Inconsistent TESSDATA_PREFIX: On Windows, the value needs to be the parent of tessdata. On Ubuntu, the value needs to include "tessdata/" itself.
Failing to initialize API: On Windows, the Init() method does not return 0. I'm not sure what is wrong since there is no error message. On Ubuntu, calling the Init() method causes the Java process to be killed, with this error in the logs:
read_params_file: parameter not found: enable_new_segsearch
The full path to "tessdata" or wherever the data is works fine for me on both Linux and Windows, but we do need newer data files: https://github.com/tesseract-ocr/tessdata It doesn't seem to work with older versions anymore.
All those files say they were updated 3 months ago, I believe I'm already using them. You're referring to the .trainddata files, right?
Yes, those work fine for me. If they do not for you, make sure to open an issue over there!
Hi, this issue was not happening yesterday. However, without changing my Maven tesseract dependency at all, I am now getting an error when trying to perform a Maven install.
pom.xml:
Error:
Maybe this is due to some temporary development issues, but thought I'd call attention to it anyway. Seems like it's trying to find a version with a date in the name instead of SNAPSHOT.