allenai / pdffigures2

Given a scholarly PDF, extract figures, tables, captions, and section titles.
http://pdffigures2.allenai.org/
Apache License 2.0
611 stars 122 forks source link

Unresolved dependencies path and many Not Found error #42

Closed JaniceXiong closed 3 years ago

JaniceXiong commented 3 years ago

command is: sbt "runMain org.allenai.pdffigures2.FigureExtractorVisualizationCli sample.pdf" sbt version is 1.3.0 image

JaniceXiong commented 3 years ago

I fixed it!

  1. use this PR https://github.com/Sparkier/pdffigures2 and my sbt version change to 1.3.3! See here https://github.com/allenai/pdffigures2/issues/19
  2. change the scala version to 2.11.11 image
joshpoll commented 3 years ago

switching the version to the scala211 variable works for me as well