From 0f3cebc94dd2e3897d23d56dd8a1067300bdbe79 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:27:44 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 3d8706e..ca99066 100644 --- a/README.md +++ b/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)