Difference between revisions of "SUNScholar/Media Filters"
Jump to navigation
Jump to search
m (→Introduction) |
m |
||
| Line 5: | Line 5: | ||
==Introduction== | ==Introduction== | ||
DSpace can apply filters or transformations to files/bitstreams, creating new content. Filters are included that extract text for full-text searching, and create thumbnails for items that contain images. The media filters are controlled by the dspace '''filter-media''' script which traverses the asset store, invoking all configured ''MediaFilter'' or ''FormatFilter'' classes on files/bitstreams. | DSpace can apply filters or transformations to files/bitstreams, creating new content. Filters are included that extract text for full-text searching, and create thumbnails for items that contain images. The media filters are controlled by the dspace '''filter-media''' script which traverses the asset store, invoking all configured ''MediaFilter'' or ''FormatFilter'' classes on files/bitstreams. | ||
| + | |||
| + | ==[[SUNScholar/Media_Filters/Text_Extraction|Text Extraction]]== | ||
==[[SUNScholar/Media Filters/5.X|For DSpace 5.X]]== | ==[[SUNScholar/Media Filters/5.X|For DSpace 5.X]]== | ||
Revision as of 09:40, 20 May 2015
Back to Customisation
Contents
Introduction
DSpace can apply filters or transformations to files/bitstreams, creating new content. Filters are included that extract text for full-text searching, and create thumbnails for items that contain images. The media filters are controlled by the dspace filter-media script which traverses the asset store, invoking all configured MediaFilter or FormatFilter classes on files/bitstreams.