Merge branch '4.0' into 4

This commit is contained in:
Steve Boyd 2023-05-04 13:35:52 +12:00
commit 19e330fb30
2 changed files with 2 additions and 13 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)

View File

@ -42,4 +42,4 @@
"extra": [],
"minimum-stability": "dev",
"prefer-stable": true
}
}