Go to file
Guillaume Dott a5f5da265a Bump version to 1.0.0 2022-11-25 16:45:44 +01:00
bin Initial commit 2022-02-23 16:58:28 +01:00
lib/pdf/reader Bump version to 1.0.0 2022-11-25 16:45:44 +01:00
test Add tests 2022-11-25 16:45:29 +01:00
.gitignore Add PDF::Reader::Page#find_text method 2022-02-23 17:12:31 +01:00
CHANGELOG.md Bump version to 0.1.2 2022-02-24 10:01:49 +01:00
Gemfile Initial commit 2022-02-23 16:58:28 +01:00
LICENSE.txt Initial commit 2022-02-23 16:58:28 +01:00
README.md Add PDF::Reader::Page#find_text method 2022-02-23 17:12:31 +01:00
Rakefile Initial commit 2022-02-23 16:58:28 +01:00
pdf-reader-find_text.gemspec Modify dependency version 2022-11-25 16:45:29 +01:00

README.md

PDF::Reader::FindText

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/pdf/reader/find_text. To experiment with that code, run bin/console for an interactive prompt.

TODO: Delete this and the text above, and describe your gem

Installation

Add this line to your application's Gemfile:

gem 'pdf-reader-find_text'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install pdf-reader-find_text

Usage

TODO: Write usage instructions here

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/pdf-reader-find_text.

License

The gem is available as open source under the terms of the MIT License.