mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 09:06:00 +00:00
Merge pull request #82 from creative-commoners/pulls/4.0/cms5-readme
DOC Update README.md for CMS 5
This commit is contained in:
commit
05c3e4873d
13
README.md
13
README.md
@ -20,23 +20,12 @@ The module supports text extraction on the following file formats:
|
|||||||
* EPub (Solr)
|
* EPub (Solr)
|
||||||
* Many others (Tika)
|
* 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
|
## Installation
|
||||||
|
|
||||||
```
|
```sh
|
||||||
composer require silverstripe/textextraction
|
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
|
## Documentation
|
||||||
|
|
||||||
* [Configuration](docs/en/configuration.md)
|
* [Configuration](docs/en/configuration.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user