Skip to content

Commit

Permalink
Add ® to VuFind.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Oct 7, 2024
1 parent 26bd48c commit 60a9b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ This software is designed to run on multiple operating systems; however, Ubuntu

### External Dependencies

- [Cantaloupe Image Server](https://cantaloupe-project.github.io/) (or another IIIF image server) - optional, but required when using VuFind (see below, and also [setup notes](docs/cantaloupe.md)).
- [Cantaloupe Image Server](https://cantaloupe-project.github.io/) (or another IIIF image server) - optional, but required when using VuFind® (see below, and also [setup notes](docs/cantaloupe.md)).
- [Fedora Commons](https://duraspace.org/fedora/) - required for storing repository content
- [FFmpeg](http://ffmpeg.org/) - required for audio/video processing
- [FITS](https://projects.iq.harvard.edu/fits/home) - required for file characterization
- [ImageMagick](https://imagemagick.org) - required by textcleaner (see below)
- [OCRmyPDF](https://ocrmypdf.readthedocs.io) - required for OCR enhancement of PDFs
- [Redis](https://redis.io/) - required to support queue features
- Relational Database ([SQLite](https://www.sqlite.org) by default, or MySQL/MariaDB by configuration) - required for user session persistence and PID generation
- [Solr](https://solr.apache.org/) - required for searching/indexing content; it is recommended that you use the instance bundled with VuFind (see below)
- [Solr](https://solr.apache.org/) - required for searching/indexing content; it is recommended that you use the instance bundled with VuFind® (see below)
- [tesseract-ocr](https://github.com/tesseract-ocr/) - required for OCR of image files
- [textcleaner](http://www.fmwconcepts.com/imagemagick/textcleaner/index.php) - required for cleanup of image files prior to OCR
- [Tika](https://tika.apache.org/) - required for text extraction from document files
- [VuFind](https://vufind.org) - strongly recommended as the public front-end for the repository
- [VuFind®](https://vufind.org) - strongly recommended as the public front-end for the repository

### Javascript Dependencies

Expand Down

0 comments on commit 60a9b48

Please sign in to comment.