Package | Description |
---|---|
org.modeshape.extractor.tika |
The classes that make up the
TextExtractor implementation that uses the Apache Tika
Parser implementations. |
org.modeshape.jcr.api.text | |
org.modeshape.jcr.text |
This package defines an interface for components that
extract text from content. |
Modifier and Type | Method and Description |
---|---|
void |
TikaTextExtractor.extractFrom(Binary binary,
TextExtractor.Output output,
TextExtractor.Context context) |
Modifier and Type | Method and Description |
---|---|
abstract void |
TextExtractor.extractFrom(Binary binary,
TextExtractor.Output output,
TextExtractor.Context context)
Extract text from the given
Binary , using the given output to record the results. |
Modifier and Type | Class and Description |
---|---|
class |
TextExtractorOutput
A
TextExtractor.Output implementation which appends each incoming text into a buffer,
separating the content via the configured separator. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.