Class Summary |
AbstractMappingMetadataExtracter |
Support class for metadata extracters that support dynamic and config-driven mapping between extracted values and model properties. |
MetadataExtracterLimits |
Represents maximum values (that result in exceptions if exceeded) or limits on values (that result in EOF (End Of File) being returned early). |
MetadataExtracterRegistry |
Holds and provides the most appropriate metadate extracter for a particular mimetype. |
TikaPoweredMetadataExtracter |
The parent of all Metadata Extractors which use Apache Tika under the hood. |
TikaSpringConfiguredMetadataExtracter |
A Metadata Extractor which makes use of Apache Tika, and allows the selection of the Tika parser to be sprung-in to extract the metadata from your document. |