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 17a08a4 commit 39cac51Copy full SHA for 39cac51
lib/grim/pdf.rb
@@ -9,6 +9,10 @@ class Pdf
9
# variables if pdf is found.
10
#
11
# path - A String or Path to the pdf
12
+ # options - A Hash of options.
13
+ # :pdftotext_path - The String path of where to find the pdftotext
14
+ # binary to use when extracting text
15
+ # (default: "pdftotext").
16
17
def initialize(path, options = {})
18
raise Grim::PdfNotFound unless File.exists?(path)
0 commit comments