Class PSDParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class PSDParser
    extends org.apache.tika.parser.AbstractParser
    Parser for the Adobe Photoshop PSD File Format.

    Documentation on the file format is available from http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm

    An MIT-licensed python parser with test files is: https://github.com/psd-tools/psd-tools

    See Also:
    Serialized Form
    • Constructor Detail

      • PSDParser

        public PSDParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)
      • setMaxDataLengthBytes

        @Field
        public void setMaxDataLengthBytes​(int maxDataLengthBytes)
      • getMaxDataLengthBytes

        public int getMaxDataLengthBytes()