Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Disabled by default

mageMagick Image Thumbnail Generator

Table of Contents
minLevel2
outlinetrue
stylenone

...

Below is a listing of all currently available Media Filters, and what they actually do:

JPEGFilter

Name

Java Class

Function

Default input formats

Enabled by Default?

HTML PDF Text Extractor

org.dspace.app.mediafilter.HTMLFilterPDFFilter

extracts the full text of HTML documents Adobe PDF documents (only if text-based or OCRed) for full text indexing. (Uses Swing's HTML Parser)the Apache PDFBox tool)

Adobe PDF

yesJPEG Thumbnail

HTML Text Extractor

org.dspace.app.mediafilter.

creates thumbnail images of GIF, JPEG and PNG files

yes

Branded Preview JPEG

org.dspace.app.mediafilter.BrandedPreviewJPEGFilter

creates a branded preview image for GIF, JPEG and PNG files

no

HTMLFilter

extracts the full text of HTML documents for full text indexing. (Uses Swing's HTML Parser)

HTML, Text

yes

Word PDF Text Extractor

org.dspace.app.mediafilter.PDFFilterWordFilter

extracts the full text of Adobe PDF documents (only if text-based or OCRed) Microsoft Word or Plain Text documents for full text indexing. (Uses the Apache PDFBox tool) "Microsoft Word Text Mining" tools.)  See also PoiWordFilter, below.

Microsoft Word

yes

Word Text Extractor

org.dspace.app.mediafilter.WordFilterPoiWordFilter

extracts the full text of Microsoft Word or Plain Text and Microsoft Word XML documents for full text indexing. (Uses the "Microsoft Word Text MiningApache POI" tools.)  Disabled by default.  Uncomment PoiWordFilter and comment WordFilter in dspace.cfg if you wish to use this one.

Microsoft Word, Microsoft Word XML

noyes

Excel Text Extractororg.dspace.app.mediafilter.ExcelFilterextracts the full text of Microsoft Excel documents for full text indexing. (Uses the "Apache POI" tools.)Microsoft Excel, Microsoft Excel XMLyes

PowerPoint Text Extractor

org.dspace.app.mediafilter.PowerPointFilter

extracts the full text of slides and notes in Microsoft PowerPoint and PowerPoint XML documents for full text indexing (Uses the Apache POI tools.)

Microsoft Powerpoint, Microsoft Powerpoint XML

yes

PDFBox JPEG Thumbnailorg.dspace.app.mediafilter.PDFBoxThumbnailcreates thumbnail images of the first page of PDF filesAdobe PDFyes

JPEG Thumbnail

org.dspace.app.mediafilter.JPEGFilter

creates thumbnail images of GIF, JPEG and PNG files

BMP, GIF, JPEG, image/png

yes

Branded Preview JPEG

org.dspace.app.mediafilter.BrandedPreviewJPEGFilter

creates a branded preview image for GIF, JPEG and PNG files

BMP, GIF, JPEG, image/png

no

ImageMagick Image Thumbnail Generator

org.dspace.app.mediafilter.ImageMagickImageThumbnailFilter

uses Uses ImageMagick to generate thumbnails for image bitstreams. Requires installation of ImageMagick on your server. See ImageMagick Media Filters.BMP, GIF, image/png, JPG, TIFF, JPEG, JPEG 2000no
ImageMagick PDF Thumbnail Generatororg.dspace.app.mediafilter.ImageMagickPdfThumbnailFilteruses Uses ImageMagick and Ghostscript to generate thumbnails for PDF bitstreams. Requires installation of ImageMagick and Ghostscript on your server. See  ImageMagick Media Filters.Adobe PDFno

Please note that the filter-media script will automatically update the DSpace search index by default.

...