Modifier and Type | Class and Description |
---|---|
class |
CellsFormattedTextExtractor
Provides the formatted text extractor for spreadsheets.
|
class |
CellsTextExtractor
Provides the text extractor for spreadsheets.
|
class |
CellsTextExtractorBase
Provides the base class of text extractors for spreadsheets.
|
class |
ChmFormattedTextExtractor
Provides the formatted text extractor for chm documents.
|
class |
ChmTextExtractor
Provides the text extractor for CHM documents.
|
class |
EmailFormattedTextExtractor
Provides the formatted text extractor for email messages.
|
class |
EmailTextExtractor
Provides the text extractor for email messages.
|
class |
EmailTextExtractorBase
Provides the base class for text extractors for emails.
|
class |
EpubFormattedTextExtractor
Provides the formatted text extractor for EPUB documents.
|
class |
EpubTextExtractor
Provides the text extractor for EPUB documents.
|
class |
EpubTextExtractorBase
Provides the base class of text extractors for EPUB documents.
|
class |
FictionBookFormattedTextExtractor
Provides the formatted text extractor for FB2 (FictionBook) documents.
|
class |
FictionBookTextExtractor
Provides the text extractor for FB2 (FictionBook) documents.
|
class |
MarkdownFormattedTextExtractor
Provides the formatted text extractor for Markdown (.md) documents.
|
class |
MarkdownTextExtractor
Provides the text extractor for Markdown (.md) documents.
|
class |
NoteTextExtractor
Provides the text extractor for OneNote documents.
|
class |
PdfTextExtractor
Provides the text extractor for PDF documents.
|
class |
SlidesFormattedTextExtractor
Provides the formatted text extractor for presentations.
|
class |
SlidesTextExtractor
Provides the text extractor for presentations.
|
class |
SlidesTextExtractorBase
Provides the base class for text extractors for presentations.
|
class |
WordsFormattedTextExtractor
Provides the formatted text extractor for text documents.
|
class |
WordsTextExtractor
Provides the text extractor for text documents.
|
class |
XmlTextExtractor
Provides the text reader for XML documents.
|
Modifier and Type | Method and Description |
---|---|
TextExtractor |
ExtractorFactory.createFormattedTextExtractor(InputStream stream)
Creates a formatted text extractor.
|
TextExtractor |
ExtractorFactory.createFormattedTextExtractor(InputStream stream,
LoadOptions loadOptions)
Creates a formatted text extractor.
|
TextExtractor |
ExtractorFactory.createFormattedTextExtractor(String fileName)
Creates a formatted text extractor.
|
TextExtractor |
ExtractorFactory.createFormattedTextExtractor(String fileName,
LoadOptions loadOptions)
Creates a formatted text extractor.
|
TextExtractor |
ExtractorFactory.createTextExtractor(InputStream stream)
Creates a text extractor.
|
TextExtractor |
ExtractorFactory.createTextExtractor(InputStream stream,
LoadOptions loadOptions)
Creates a text extractor.
|
TextExtractor |
ExtractorFactory.createTextExtractor(String fileName)
Creates a text extractor.
|
TextExtractor |
ExtractorFactory.createTextExtractor(String fileName,
LoadOptions loadOptions)
Creates a text extractor.
|
Copyright © 2019. All rights reserved.