public class HwpTextExtractorV5 extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
HwpTextExtractorV5() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
createDecryptStream(InputStream input,
Key key) |
void |
extract(InputStream source,
Metadata metadata,
XHTMLContentHandler xhtml)
extract Text from HWP Stream.
|
public void extract(InputStream source, Metadata metadata, XHTMLContentHandler xhtml) throws FileNotFoundException, IOException, TikaException, SAXException
source - metadata - xhtml - FileNotFoundExceptionIOExceptionSAXExceptionTikaExceptionpublic InputStream createDecryptStream(InputStream input, Key key) throws NoSuchAlgorithmException, NoSuchPaddingException, InvalidKeyException
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.