RUBY: Extract text from pdf

require 'rubygems'
require 'pdf/toolkit'


my_pdf = PDF::Toolkit.open("testpdf.pdf")
text = my_pdf.to_text.read
puts text

"You want a toe? I can get you a toe. There are ways, Dude. You don't wanna know about it, believe me."