DOC Update README.md for CMS 5

This commit is contained in:
Guy Sartorelli 2023-04-19 16:27:44 +12:00
parent a583fdc9fd
commit 0f3cebc94d
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 1 additions and 12 deletions

View File

@ -20,23 +20,12 @@ The module supports text extraction on the following file formats:
* EPub (Solr)
* Many others (Tika)
## Requirements
* Silverstripe ^4.0
* (optional) [XPDF](http://www.foolabs.com/xpdf/) (`pdftotext` utility)
* (optional) [Apache Solr with ExtracingRequestHandler](http://wiki.apache.org/solr/ExtractingRequestHandler)
* (optional) [Apache Tika](http://tika.apache.org/)
## Installation
```
```sh
composer require silverstripe/textextraction
```
The module depends on the [Guzzle HTTP Library](http://guzzlephp.org),
which is automatically checked out by composer. Alternatively, install Guzzle
through PEAR and ensure its in your `include_path`.
## Documentation
* [Configuration](docs/en/configuration.md)