mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 09:06:00 +00:00
DOCS Add note to readme about version support for SilverStripe core releases
This commit is contained in:
parent
9b18755977
commit
bcc692302d
@ -25,14 +25,16 @@ The module supports text extraction on the following file formats:
|
||||
|
||||
## Requirements
|
||||
|
||||
* SilverStripe ^3.1
|
||||
* SilverStripe ^3.7
|
||||
* For SilverStripe 4 support, use silverstripe/textextraction ^3.0
|
||||
* For SIlverStripe 3.1-3.7 support, use silverstripe/textextraction ~2.1.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
|
||||
|
||||
```js
|
||||
```
|
||||
composer require silverstripe/textextraction
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user