Skip to content

Commit 17a08a4

Browse files
committed
Add comment about options for page
1 parent cc55097 commit 17a08a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/grim/page.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ class Page
88
#
99
# pdf - the pdf this page belongs to
1010
# 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").
1115
#
1216
def initialize(pdf, index, options = {})
1317
@pdf = pdf

0 commit comments

Comments
 (0)