Package org.apache.tika.parser.strings


package org.apache.tika.parser.strings
  • Class
    Description
    Parser to extract printable Latin1 strings from arbitrary files with pure java without running any external process.
    Configuration for the "strings" (or strings-alternative) command.
    Character encoding of the strings that are to be found using the "strings" command.
    Parser that uses the "strings" (or strings-alternative) command to find the printable strings in a object, or other binary, file (application/octet-stream).