Class: ChupaText::Decomposers::LibreOfficeOfficeOpenXMLDocument

Inherits:
LibreOfficeGeneral
  • Object
show all
Defined in:
lib/chupa-text/decomposers/libreoffice-office-open-xml-document.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ LibreOfficeOfficeOpenXMLDocument

Returns a new instance of LibreOfficeOfficeOpenXMLDocument.



24
25
26
27
28
# File 'lib/chupa-text/decomposers/libreoffice-office-open-xml-document.rb', line 24

def initialize(options)
  super
  @extensions = ["docx"]
  @mime_types = ["application/vnd.openxmlformats-officedocument.wordprocessingml.document"]
end