You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a typo in the tesseract module-info.java file (version 1.5.1) causing modularized java builds to fail. More specifically, in line 5 in the module-info.java file, tesseract is written with a double 'e' instead of a double 's':
exports org.bytedeco.teeseract.presets;
When compiling the modile via maven, this leads to an error reading the module:
When trying to run with eclipse the typo is listed in the error message:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: ~/.m2/repository/org/bytedeco/tesseract/4.1.0-1.5.1/tesseract-4.1.0-1.5.1.jar
Caused by: java.lang.module.InvalidModuleDescriptorException: Package org.bytedeco.teeseract.presets not found in module
The text was updated successfully, but these errors were encountered:
There seems to be a typo in the tesseract module-info.java file (version 1.5.1) causing modularized java builds to fail. More specifically, in line 5 in the module-info.java file, tesseract is written with a double 'e' instead of a double 's':
When compiling the modile via maven, this leads to an error reading the module:
When trying to run with eclipse the typo is listed in the error message:
The text was updated successfully, but these errors were encountered: