public final class TextExtractorOutput extends Object implements TextExtractor.Output
TextExtractor.Output implementation which appends each incoming text into a buffer,
separating the content via the configured separator.| Constructor and Description |
|---|
TextExtractorOutput() |
TextExtractorOutput(String separator) |
public TextExtractorOutput()
public TextExtractorOutput(String separator)
public void recordText(String text)
TextExtractor.OutputrecordText in interface TextExtractor.Outputtext - the text extracted from the content.public String getText()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.