Class: ChupaText::Decomposers::LibreOfficeWord

Inherits:
LibreOfficeGeneral
  • Object
show all
Defined in:
lib/chupa-text/decomposers/libreoffice-word.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ LibreOfficeWord

Returns a new instance of LibreOfficeWord.



24
25
26
27
28
# File 'lib/chupa-text/decomposers/libreoffice-word.rb', line 24

def initialize(options)
  super
  @extensions = ["doc"]
  @mime_types = ["application/msword"]
end