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
{{ message }}
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
java.lang.NullPointerException
at edu.isi.bmkeg.utils.Converters.mimicDirectoryStructure(Converters.java:376)
at edu.isi.bmkeg.lapdf.bin.ReadSectionText.main(ReadSectionText.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
Hello! I am struggling a bit getting up and running with lapdftext. Hope you can help!
When I try to extract full text I get the following (I'm on a Mac):
Computer:Desktop awaz$ lapdftext/extractFullText /Users/Amanda/Desktop/apple [/Users/Amanda/Desktop/apple2]
java.lang.NullPointerException
at edu.isi.bmkeg.utils.Converters.mimicDirectoryStructure(Converters.java:376)
at edu.isi.bmkeg.lapdf.bin.ReadSectionText.main(ReadSectionText.java:139)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
Any idea how I can fix this?
Many thanks!