Package com.logicaldoc.parser
Class EbookParser
- java.lang.Object
 - 
- com.logicaldoc.core.parser.AbstractParser
 - 
- com.logicaldoc.core.parser.PDFParser
 - 
- com.logicaldoc.parser.EbookParser
 
 
 
 
- 
- All Implemented Interfaces:
 com.logicaldoc.core.parser.Parser
public class EbookParser extends com.logicaldoc.core.parser.PDFParserExtracts the texts from ebooks in the format azw, azw3 and mobi- Since:
 - 8.4.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EbookParser() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinternalParse(InputStream input, String filename, String encoding, Locale locale, String tenant, com.logicaldoc.core.document.Document document, String fileVersion, StringBuffer output) 
 - 
 
- 
- 
Method Detail
- 
internalParse
public void internalParse(InputStream input, String filename, String encoding, Locale locale, String tenant, com.logicaldoc.core.document.Document document, String fileVersion, StringBuffer output)
- Overrides:
 internalParsein classcom.logicaldoc.core.parser.PDFParser
 
 - 
 
 -