mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
DOC Update README.md for CMS 5
This commit is contained in:
parent
a583fdc9fd
commit
0f3cebc94d
13
README.md
13
README.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user