solomax opened a new pull request, #1342:
URL: https://github.com/apache/tika/pull/1342
@tballison one more step forward :)
apache.sis still have issues (please see correspondent mail thread)
After commenting out 2 modules
```
<module>tika-parser-scientific-module</module>
<module>tika-parser-scientific-package</module>
```
in `tika-parsers/tika-parsers-extended/pom.xml`
I move forward with compilation
But got error in tests:
```
[INFO] Apache Tika Deep Learning (powered by DL4J) ........ FAILURE [ 3.616
s]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
0.053 s <<< FAILURE! -- in org.apache.tika.dl.imagerec.DL4JVGG16NetTest
[ERROR] org.apache.tika.dl.imagerec.DL4JVGG16NetTest.recognise -- Time
elapsed: 0.051 s <<< ERROR!
org.apache.tika.exception.TikaConfigException: Pretrained model file failed
checksum. If this error persists, please open an issue at
https://github.com/eclipse/deeplearning4j.
at
org.apache.tika.dl.imagerec.DL4JVGG16Net.initialize(DL4JVGG16Net.java:123)
at
org.apache.tika.parser.recognition.ObjectRecognitionParser.initialize(ObjectRecognitionParser.java:87)
at
org.apache.tika.config.TikaConfig$XmlLoader.loadOne(TikaConfig.java:767)
at
org.apache.tika.config.TikaConfig$XmlLoader.loadOverall(TikaConfig.java:649)
at org.apache.tika.config.TikaConfig.<init>(TikaConfig.java:171)
at org.apache.tika.config.TikaConfig.<init>(TikaConfig.java:151)
at org.apache.tika.config.TikaConfig.<init>(TikaConfig.java:143)
at org.apache.tika.config.TikaConfig.<init>(TikaConfig.java:139)
at
org.apache.tika.dl.imagerec.DL4JVGG16NetTest.recognise(DL4JVGG16NetTest.java:39)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.IllegalStateException: Pretrained model file failed
checksum. If this error persists, please open an issue at
https://github.com/eclipse/deeplearning4j.
at org.deeplearning4j.zoo.ZooModel.initPretrained(ZooModel.java:92)
at
org.apache.tika.dl.imagerec.DL4JVGG16Net.initialize(DL4JVGG16Net.java:107)
... 11 more
```
would appreciate if you can take a look :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]