Skip to content

Commit

Permalink
updating pdfbox to HEAD - partially addresses #79
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzido committed May 30, 2013
1 parent 3d2f5d5 commit 337ec56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/jobs/analyze_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def perform
# to our thread that watches it). this opens asynchronously
# so we can continually handle the output stream.
_stdin, _stdout, _stderr, thr = Open3.popen3(
{"CLASSPATH" => "lib/jars/pdfbox-app-1.8.0-plus-r1484277.jar"},
{"CLASSPATH" => "lib/jars/pdfbox-app-2.0.0-SNAPSHOT.jar"},
"#{Settings::JRUBY_PATH} --1.9 --server lib/jruby_dump_characters.rb #{file} #{output_dir}"
)

Expand Down

0 comments on commit 337ec56

Please sign in to comment.