Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/librecodecoop/doctotext
- Owner: LibreCodeCoop
- License: agpl-3.0
- Created: 2020-07-06T00:30:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T23:15:09.000Z (over 3 years ago)
- Last Synced: 2024-10-01T18:10:07.903Z (3 months ago)
- Topics: composer, libreoffice, libreoffice-writer, php, php7, wordcount, wordcounter
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.