Compare commits

...

10 Commits

Author SHA1 Message Date
Steve Boyd 19e330fb30 Merge branch '4.0' into 4 2023-05-04 13:35:52 +12:00
Guy Sartorelli b937d7a1dd
Merge branch '3' into 4.0 2023-04-27 14:29:54 +12:00
Guy Sartorelli e04501cb52
Merge branch '3.5' into 3 2023-04-26 12:49:10 +12:00
Sabina Talipova 05c3e4873d
Merge pull request #82 from creative-commoners/pulls/4.0/cms5-readme
DOC Update README.md for CMS 5
2023-04-24 14:49:08 +12:00
Guy Sartorelli 0f3cebc94d
DOC Update README.md for CMS 5 2023-04-19 16:27:44 +12:00
Maxime Rainville 821d2858f3
Merge pull request #81 from creative-commoners/pulls/3.5/fix-constraints
MNT Revert erroneous dependency changes
2023-03-28 17:06:30 +13:00
Guy Sartorelli de215d63f6
MNT Revert erroneous dependency changes 2023-03-28 14:55:48 +13:00
Guy Sartorelli 87869e94a6
MNT Update development dependencies 2023-03-10 16:38:07 +13:00
Guy Sartorelli 61f443d49c
MNT Update release dependencies 2023-03-10 16:38:04 +13:00
Guy Sartorelli 8f2e1d9b75
MNT Update development dependencies 2023-03-10 12:21:32 +13:00
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
}
}