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
64576a1c7e
pdf-reader-find_text
/
lib
/
pdf
/
reader
/
find_text
/
version.rb
10 lines
119 B
Ruby
Raw
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
VERSION
=
"
0.1.0
"
end
end
end