Uses of Interface
org.opencms.search.extractors.I_CmsTextExtractor
Packages that use I_CmsTextExtractor
Package
Description
Contains a generic, low-level framework for extration of plain text content out of various popular file formats.
-
Uses of I_CmsTextExtractor in org.opencms.search.extractors
Classes in org.opencms.search.extractors that implement I_CmsTextExtractorModifier and TypeClassDescriptionclassBase utility class that allows extraction of the indexable "plain" text from a given document format.final classExtracts the text from an HTML document.final classExtracts text data from a VFS resource that is an OLE 2 MS Office document.final classExtracts text data from a VFS resource that is an OOXML MS Office document.final classExtracts the text from OpenOffice documents (.ods, .odf).final classExtracts the text from a PDF document.final classExtracts the text from a RTF document.Methods in org.opencms.search.extractors that return I_CmsTextExtractorModifier and TypeMethodDescriptionstatic I_CmsTextExtractorCmsExtractorHtml.getExtractor()Returns an instance of this text extractor.static I_CmsTextExtractorCmsExtractorMsOfficeOLE2.getExtractor()Returns an instance of this text extractor.static I_CmsTextExtractorCmsExtractorMsOfficeOOXML.getExtractor()Returns an instance of this text extractor.static I_CmsTextExtractorCmsExtractorOpenOffice.getExtractor()Returns an instance of this text extractor.static I_CmsTextExtractorCmsExtractorPdf.getExtractor()Returns an instance of this text extractor.static I_CmsTextExtractorCmsExtractorRtf.getExtractor()Returns an instance of this text extractor.