| java.lang.Object com.flexive.extractor.ExtractedData
getCompressedText | public String getCompressedText()(Code) | | Returns a compressed form of the extracted text that only contains words with at least
4 characters, and contains every distinct uppercase word only one time.
Additional text (eg text from html tag attributes like 'title' and 'alt') stored in the
FxSummaryInformation will be included.
a compressed form of the extracted text |
getSummaryInformation | public FxSummaryInformation getSummaryInformation()(Code) | | Returns the meta information extracted from the document.
the meta information extracted from the document |
getText | public String getText()(Code) | | Returns the text extracted from the document.
the text extracted from the document |
|
|