class DocRipper::Formats::PdfRipper

Public Instance Methods

rip() click to toggle source
# File lib/doc_ripper/formats/pdf_ripper.rb, line 5
def rip
  @text ||= %x(pdftotext #{to_shell(file_path)} -)
end