Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The media filter plugin configuration filter.plugins in dspace.cfg contains a list of all enabled media/format filter plugins (see Configuring Media Filters for more information). By modifying the value of filter.plugins you can disable or enable MediaFilter plugins.  The filter.plugins setting can be set multiple times to enable multiple filters.  Each filter must be enabled via its name (see "Name" column in the table above).

Code Block
# Enable the default Text Extractor (for 7.3 or above)
filter.plugins = Text Extractor

# Enable the JPEG thumbnail creator
filter.plugins = JPEG Thumbnail

# Enable the PDF thumbnail creator
filter.plugins = PDFBox JPEG Thumbnail


Executing (via Command Line)

...