Class: Keynote::Extractor::Parse
- Inherits:
-
Object
- Object
- Keynote::Extractor::Parse
- Defined in:
- lib/keynote/extractor.rb
Class Method Summary collapse
Class Method Details
.text(file) ⇒ Object
8 9 10 11 |
# File 'lib/keynote/extractor.rb', line 8 def self.text(file) content = ArchiveExtractor.return_files(file) TextExtractor.get_text(content) end |