Uses of Class
de.aitools.aq.textextraction.TextExtractor

Packages that use TextExtractor
de.aitools.aq.textextraction   
 

Uses of TextExtractor in de.aitools.aq.textextraction
 

Subclasses of TextExtractor in de.aitools.aq.textextraction
 class PsConverter
          An implementation of TextExtractor to convert PS files to plain text.
 class TikaConverter
           
 

Methods in de.aitools.aq.textextraction that return TextExtractor
static TextExtractor TextExtractorRegistry.get(java.io.File file)
          Returns an instance of TextExtractor that supports the conversion of the given file.
static TextExtractor TextExtractorRegistry.get(org.apache.tika.mime.MediaType mimeType)
          Returns an instance of TextExtractor that supports the given mimeType.
static TextExtractor TextExtractorRegistry.get(java.lang.String mimeType)
          Returns an instance of TextExtractor that supports the given mimeType.
 

Methods in de.aitools.aq.textextraction with parameters of type TextExtractor
static void TextExtractorRegistry.register(TextExtractor converter)
          Registers a concrete TextExtractor for the MIME type it supports.
static void TextExtractorRegistry.unregister(TextExtractor converter)
          Unregisters the instance of TextExtractor.