Sha256: 0a261fb64a643e23272528d9989cf72126d42bad1d928b717e8df294917ac2ee

Contents?: true

Size: 921 Bytes

Versions: 7

Compression:

Stored size: 921 Bytes

Contents

# README

## Name

chupa-text-decomposer-libreoffice

## Description

This is a ChupaText decomposer plugin for to extract text and
meta-data from office files such as Microsoft Word file, Microsoft
Excel file and OpenDocument Format file. It uses
[LibreOffice](https://www.libreoffice.org/).

You can use `libreoffice` decomposer.

It depends on `pdf` decomposer. Because it converts a office file to
PDF file and extracts text and meta-data by `pdf` decomposer.

## Install

Install chupa-text-decomposer-libreoffice gem:

```
% gem install chupa-text-decomposer-libreoffice
```

Install
[LibreOffice from download page](http://www.libreoffice.org/download).

Now, you can extract text and meta-data from office files:

```
% chupa-text document.doc
```

## Author

  * Kouhei Sutou `<kou@clear-code.com>`

## License

LGPL 2.1 or later.

(Kouhei Sutou has a right to change the license including contributed
patches.)

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
chupa-text-decomposer-libreoffice-general-1.0.3 README.md
chupa-text-decomposer-libreoffice-general-1.0.2 README.md
chupa-text-decomposer-libreoffice-general-1.0.1 README.md
chupa-text-decomposer-libreoffice-general-1.0.0 README.md
chupa-text-decomposer-libreoffice-1.0.2 README.md
chupa-text-decomposer-libreoffice-1.0.1 README.md
chupa-text-decomposer-libreoffice-1.0.0 README.md