mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
PDFFilter now puts 'Extracted text' in the new bitstream's description.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@756 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -95,6 +95,15 @@ public class PDFFilter extends MediaFilter
|
|||||||
return "Text";
|
return "Text";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return String description
|
||||||
|
*/
|
||||||
|
public String getDescription()
|
||||||
|
{
|
||||||
|
return "Extracted text";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param source source input stream
|
* @param source source input stream
|
||||||
|
Reference in New Issue
Block a user