Difference between revisions of "SUNScholar/Media Filters"
Jump to navigation
Jump to search
m |
m (→Bug Reports) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
==Introduction== | ==Introduction== | ||
| − | DSpace can apply filters or transformations to files/bitstreams, creating new content. | + | 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/ | + | ==[[SUNScholar/Media_Filters/Text_Extraction|Text Extraction]]== |
| − | ==[[SUNScholar/ | + | ==[[SUNScholar/Media_Filters/Thumbnails|Thumbnails]]== |
| + | |||
| + | ==Bug Reports== | ||
| + | *https://jira.duraspace.org/browse/DS-2948 | ||
| + | [[Category:Customisation]] | ||
Latest revision as of 15:50, 29 May 2016
Back to Customisation
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.