Gem that gives you the "power" to extract raw text from a PDF.
Add this line to your application's Gemfile:
gem 'pdf_reader'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pdf_reader
Create a new object and call raw_text
:
p = PDFReader.new('test.pdf')
puts p.raw_text
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright 2009, Diederick Lawson - Finalist IT Group. Released under the MIT License.