Modifier and Type | Class and Description |
---|---|
class |
CellsMetadataExtractor
Provides the functionality to extract the metadata from spreadsheets.
|
class |
ComplexMetadataExtractor
Provides the functionality to extract the complex metadata.
|
class |
EmailMetadataExtractor
Provides the functionality to extract the metadata from email messages.
|
class |
EpubMetadataExtractor
Provides the functionality to extract the metadata from EPUB documents.
|
class |
FictionBookMetadataExtractor
Provides the functionality to extract the metadata from FB2 (FictionBook) documents.
|
class |
PdfMetadataExtractor
Provides the functionality to extract the metadata from PDF documents.
|
class |
SlidesMetadataExtractor
Provides the functionality to extract the metadata from presentations.
|
class |
WordsMetadataExtractor
Provides the functionality to extract the metadata from text documents.
|
Modifier and Type | Method and Description |
---|---|
MetadataExtractor |
ExtractorFactory.createMetadataExtractor(InputStream stream)
Creates a metadata extractor.
|
MetadataExtractor |
ExtractorFactory.createMetadataExtractor(InputStream stream,
LoadOptions loadOptions)
Creates a metadata extractor.
|
MetadataExtractor |
ExtractorFactory.createMetadataExtractor(String fileName)
Creates a metadata extractor.
|
MetadataExtractor |
ExtractorFactory.createMetadataExtractor(String fileName,
LoadOptions loadOptions)
Creates a metadata extractor.
|
Copyright © 2019. All rights reserved.