Class PRTParser

java.lang.Object
org.apache.tika.parser.AbstractParser
org.apache.tika.parser.prt.PRTParser
All Implemented Interfaces:
Serializable, org.apache.tika.parser.Parser

public class PRTParser extends org.apache.tika.parser.AbstractParser
A basic text extracting parser for the CADKey PRT (CAD Drawing) format. It outputs text from note entries.
See Also:
  • Field Details

  • Constructor Details

    • PRTParser

      public PRTParser()
  • Method Details

    • getSupportedTypes

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

      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
      Throws:
      IOException
      SAXException
      org.apache.tika.exception.TikaException