Closed lpla closed 4 years ago
What is a non-16.04 machine? Can you define a little more? The docs state that it supports Ubuntu >= 16.04 or CentOS >= 7 or Debian >= 9.
My "non-16.04" machine is a Ubuntu 18.04. But this is reproducible in any machine without libprotobuf.so.9
This has been addressed for all compatible OS. Closing
After fixing #22 and #25, if I run the uploaded .jar in
runnable-jar/PDFExtract.jar
inpoppler-rewrite
in a 'modern' OS (>16.04), instead of getting an error or warning like #22, now I get all sentences marked aslang="en"
.For example, using the same example PDF shown in #25:
Shows this in a 16.04 machine with
libprotobuf.so.9
:And this in a non-16.04 machine:
I think a warning should be shown. Or maybe just don't mark all sentences as English if there is no language detection running because of dependency issues or runtime errors.