public class PDFParser
extends org.apache.tika.parser.AbstractParser
EmbeddedDocumentExtractor
to handle them.
As of Tika 1.6, it is possible to extract inline images with
the EmbeddedDocumentExtractor as if they were regular
attachments. By default, this feature is turned off because of
the potentially enormous number and size of inline images. To
turn this feature on, see
PDFParserConfig.setExtractInlineImages(boolean).| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD
Deprecated.
Supply a
PasswordProvider on the ParseContext instead |
| Constructor and Description |
|---|
PDFParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableAutoSpace()
Deprecated.
|
boolean |
getExtractAnnotationText()
Deprecated.
|
PDFParserConfig |
getPDFParserConfig() |
boolean |
getSortByPosition()
Deprecated.
|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
boolean |
getSuppressDuplicateOverlappingText()
Deprecated.
|
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
void |
setEnableAutoSpace(boolean v)
Deprecated.
|
void |
setExtractAnnotationText(boolean v)
Deprecated.
|
void |
setOcrImageType(String imageType) |
void |
setOcrStrategy(String ocrStrategyString) |
void |
setPDFParserConfig(PDFParserConfig config) |
void |
setSortByPosition(boolean v)
Deprecated.
|
void |
setSuppressDuplicateOverlappingText(boolean v)
Deprecated.
|
public static final String PASSWORD
PasswordProvider on the ParseContext insteadpublic Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, SAXException, org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaExceptionpublic PDFParserConfig getPDFParserConfig()
public void setPDFParserConfig(PDFParserConfig config)
public boolean getEnableAutoSpace()
getPDFParserConfig()setEnableAutoSpace(boolean)public void setEnableAutoSpace(boolean v)
setPDFParserConfig(PDFParserConfig)public boolean getExtractAnnotationText()
getPDFParserConfig()public void setExtractAnnotationText(boolean v)
setPDFParserConfig(PDFParserConfig)public boolean getSuppressDuplicateOverlappingText()
getPDFParserConfig()public void setSuppressDuplicateOverlappingText(boolean v)
setPDFParserConfig(PDFParserConfig)public boolean getSortByPosition()
getPDFParserConfig()setSortByPosition(boolean)@Field public void setSortByPosition(boolean v)
setPDFParserConfig(PDFParserConfig)@Field public void setOcrStrategy(String ocrStrategyString)
@Field public void setOcrImageType(String imageType)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.