This website requires JavaScript.
Explore
Help
Sign In
guillaume
/
pdf-reader-find_text
Watch
1
Star
0
Fork
You've already forked pdf-reader-find_text
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
main
pdf-reader-find_text
/
lib
/
pdf
/
reader
/
find_text
/
version.rb
10 lines
119 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2022-02-23 16:55:46 +01:00
# frozen_string_literal: true
Add PDF::Reader::Page#find_text method
2022-02-23 17:12:31 +01:00
module
PDF
class
Reader
Initial commit
2022-02-23 16:55:46 +01:00
module
FindText
Bump version to 1.0.0
2022-11-25 16:44:09 +01:00
VERSION
=
"
1.0.0
"
Initial commit
2022-02-23 16:55:46 +01:00
end
end
end