| Package | Description |
|---|---|
| de.l3s.boilerpipe.document |
The classes in this package represent the simple Boilerpipe
document model.
|
| de.l3s.boilerpipe.sax |
Classes related to parsing and producing HTML from/to Boilerpipe
TextDocuments.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Image.compareTo(Image o) |
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
ImageExtractor.process(TextDocument doc,
InputSource is)
Processes the given
TextDocument and the original HTML text (as an
InputSource). |
List<Image> |
ImageExtractor.process(TextDocument doc,
String origHTML)
Processes the given
TextDocument and the original HTML text (as a
String). |
List<Image> |
ImageExtractor.process(URL url,
BoilerpipeExtractor extractor)
Fetches the given
URL using HTMLFetcher and processes the
retrieved HTML using the specified BoilerpipeExtractor. |
Copyright © 2013-2014. All Rights Reserved.