public class BPGParser extends AbstractImageParser
| Modifier and Type | Field and Description |
|---|---|
protected static int |
EXTENSION_TAG_EXIF |
protected static int |
EXTENSION_TAG_ICC_PROFILE |
protected static int |
EXTENSION_TAG_THUMBNAIL |
protected static int |
EXTENSION_TAG_XMP |
OCR_MEDIATYPE_PREFIX| Constructor and Description |
|---|
BPGParser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRecordLength() |
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
protected void |
handleXMP(InputStream stream,
int xmpLength,
ImageMetadataExtractor extractor) |
void |
setMaxRecordLength(int maxRecordLength) |
parseprotected static final int EXTENSION_TAG_EXIF
protected static final int EXTENSION_TAG_ICC_PROFILE
protected static final int EXTENSION_TAG_XMP
protected static final int EXTENSION_TAG_THUMBNAIL
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
@Field public void setMaxRecordLength(int maxRecordLength)
public int getMaxRecordLength()
protected void handleXMP(InputStream stream, int xmpLength, ImageMetadataExtractor extractor) throws IOException, org.apache.tika.exception.TikaException, SAXException
IOExceptionorg.apache.tika.exception.TikaExceptionSAXExceptionCopyright © 2007–2024 The Apache Software Foundation. All rights reserved.