python-boilerpipe icon indicating copy to clipboard operation
python-boilerpipe copied to clipboard

jpype._jclass.java.lang.NoClassDefFoundError: java.lang.NoClassDefFoundError: de/l3s/boilerpipe/sax/ImageExtractor

Open liyongrui opened this issue 6 years ago • 1 comments

There is no imageExtractor, how to solve it ?

liyongrui avatar Oct 10 '19 07:10 liyongrui

The problem is that the used Boilerpipe version (that is downloaded in the background) is outdated and misses the image extractor implementation. To fix this you need to clone the boilerpipe project (google hosted version) and compile it into a jar and implement it in the project. I did this myself and posted the new version online: https://github.com/bartmachielsen/python-boilerpipe.

bartmachielsen avatar Dec 07 '19 17:12 bartmachielsen