We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc55097 commit 17a08a4Copy full SHA for 17a08a4
lib/grim/page.rb
@@ -8,6 +8,10 @@ class Page
8
#
9
# pdf - the pdf this page belongs to
10
# index - the index of the page in the array of pages
11
+ # options - A Hash of options.
12
+ # :pdftotext_path - The String path of where to find the pdftotext
13
+ # binary to use when extracting text
14
+ # (default: "pdftotext").
15
16
def initialize(pdf, index, options = {})
17
@pdf = pdf
0 commit comments