mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 09:06:00 +00:00
Update readme badges and requirements for SilverStripe 4
This commit is contained in:
parent
dd292bd554
commit
300941c9e8
12
README.md
12
README.md
@ -1,11 +1,9 @@
|
||||
# Text extraction module
|
||||
|
||||
[](http://travis-ci.org/silverstripe/silverstripe-textextraction)
|
||||
[](https://travis-ci.org/silverstripe/silverstripe-textextraction)
|
||||
[](https://scrutinizer-ci.com/g/silverstripe/silverstripe-textextraction/?branch=master)
|
||||
[](https://codecov.io/gh/silverstripe/silverstripe-textextraction)
|
||||
[](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
|
||||
[](https://scrutinizer-ci.com/g/silverstripe/silverstripe-textextraction)
|
||||
[](https://packagist.org/packages/silverstripe/silverstripe-textextraction)
|
||||
[](license.md)
|
||||
|
||||
|
||||
Provides a text extraction API for file content, that can hook into different extractor
|
||||
engines based on availability and the parsed file format. The output returned is always a string of the file content.
|
||||
@ -26,14 +24,14 @@ The module supports text extraction on the following file formats:
|
||||
|
||||
## Requirements
|
||||
|
||||
* SilverStripe ^3.1
|
||||
* 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
|
||||
|
||||
```js
|
||||
```
|
||||
composer require silverstripe/textextraction
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user