Sha256: 5999de6e0b73dc668604a85f8b07eb57a00a8af07b145b78a11f3cc6b5be1628
Contents?: true
Size: 254 Bytes
Versions: 4
Compression:
Stored size: 254 Bytes
Contents
# frozen_string_literal: true module SimpleTextExtract module FormatExtractor class Doc < Base def extract return nil if missing_dependency?("antiword") `antiword #{Shellwords.escape(file.path)}` end end end end
Version data entries
4 entries across 4 versions & 1 rubygems