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 Nov 29, 2019. It is now read-only.
Hi, I'm getting the following error message when attempting to run pdf-extract: zones is missing a dependency on left_margins (RuntimeError), which is from the stack trace given below. Any thoughts on this?
I am running this on Mac OS X 10.11,2 El Capitan, with the following Ruby configuration:
pdf-extract --trace extract-bib --resolved_references Attacks\ on\ Cryptographic\ Protocols-\ A\ Survey.pdf
/usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract-0.1.1/lib/pdf/extract/pdf.rb:144:in `block (3 levels) in invoke_calls': zones is missing a dependency on left_margins (RuntimeError)
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract/pdf.rb:142:in `each'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract/pdf.rb:142:in `block (2 levels) in invoke_calls'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract/pdf.rb:141:in `each_pair'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract/pdf.rb:141:in `block in i nvoke_calls'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract/pdf.rb:137:in `each_pair'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract/pdf.rb:137:in `invoke_cal ls'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract.rb:43:in `block in parse'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract.rb:39:in `each'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract.rb:39:in `parse '
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/lib/pdf/extract.rb:54:in `view'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/bin/pdf-extract:121:in `block ( 4 levels) in <top (required)>'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/bin/pdf-extract:118:in `each'
from /usr/local/lib/ruby/gems/2.3.0/gems/pdf-extract -0.1.1/bin/pdf-extract:118:in `block (3 levels) in <top (required)>'
from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4 .4.0/lib/commander/command.rb:178:in `call'
from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4 .4.0/lib/commander/command.rb:153:in `run'
from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4 .4.0/lib/commander/runner.rb:444:in `run_a ctive_command'
from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4.4.0/lib/commander/runner.rb:68:in `run!'
from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4.4.0/lib/commander/delegates.rb:15:in `run!'
from /usr/local/lib/ruby/gems/2.3.0/gems/commander-4.4.0/lib/commander/import.rb:5:in `block in <top (required)>'
Hi, I'm getting the following error message when attempting to run pdf-extract:
zones is missing a dependency on left_margins (RuntimeError), which is from the stack trace given below. Any thoughts on this?I am running this on Mac OS X 10.11,2 El Capitan, with the following Ruby configuration:
Stack trace:
Thanks,
Roger Alexander.