You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "suchendra (Jira)" <ji...@apache.org> on 2020/04/30 14:19:00 UTC

[jira] [Created] (TIKA-3096) How do I detect image in any document, did not get any document

suchendra created TIKA-3096:
-------------------------------

             Summary: How do I detect image in any document, did not get any document
                 Key: TIKA-3096
                 URL: https://issues.apache.org/jira/browse/TIKA-3096
             Project: Tika
          Issue Type: Bug
          Components: documentation, example, parser
    Affects Versions: 1.23
            Reporter: suchendra


How do I detect whether a document contains a image or not ?

val parser = new AutoDetectParser()
val handler = new ToXMLContentHandler()
parser.parse(tikaIs, handler, new Metadata, new ParseContext)
println("File Content:" + handler.toString)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)