public interface Extractor
| Modifier and Type | Method and Description |
|---|---|
String |
extract(InputStream source)
Extract text from a source
|
String |
getMimeType()
Mimetype this Extractor handles
|
void |
setMimeType(String mimetype)
Mimetype this Extractor handles
|
void setMimeType(String mimetype)
mimetype - String representing the MIME TypeString getMimeType()
String extract(InputStream source) throws Exception
source - InputStream where the data comes fromExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}