Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/librecodecoop/doctotext

Convert doc to text, wrapper to libreoffice
https://github.com/librecodecoop/doctotext

composer libreoffice libreoffice-writer php php7 wordcount wordcounter

Last synced: 3 months ago
JSON representation

Convert doc to text, wrapper to libreoffice

Awesome Lists containing this project

README

        

# Convert doc to text

## Setup

```bash
sudo apt-get update
sudo apt-get install libreoffice-writer
composer require librecodecoop/doctotext
```

## Use

```php
getText();
echo "Total words:" . PHP_EOL;
echo $doctotext->count();
```

## Explain

This package is a wrapper to libreoffice.