Class: Thumblemonks::Indico::RTFDocument

Inherits:
ExtractedDocument show all
Includes:
IOHelpers
Defined in:
lib/thumblemonks/indico/text_extractor/handlers/rtf_document.rb

Instance Attribute Summary

Attributes inherited from ExtractedDocument

#content

Instance Method Summary collapse

Methods included from IOHelpers

#open_or_raise, #open_with_tempfile_or_raise

Methods inherited from ExtractedDocument

#extract_text, #initialize

Constructor Details

This class inherits a constructor from Thumblemonks::Indico::ExtractedDocument

Instance Method Details

#extract_text!Object



9
10
11
# File 'lib/thumblemonks/indico/text_extractor/handlers/rtf_document.rb', line 9

def extract_text!
  extract_from_rtf(content)        
end