Class DWGParser

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

    public class DWGParser
    extends AbstractDWGParser
    DWG (CAD Drawing) parser. This is a very basic parser, which just looks for bits of the headers. Note that we use Apache POI for various parts of the processing, as lots of the low level string/int/short concepts are the same.
    See Also:
    Serialized Form
    • Field Detail

      • DWG_CUSTOM_META_PREFIX

        public static String DWG_CUSTOM_META_PREFIX
    • Constructor Detail

      • DWGParser

        public DWGParser()
    • Method Detail

      • getSupportedTypes

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