Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "TikaAndVisionDL4J" page has been changed by ChrisMattmann: https://wiki.apache.org/tika/TikaAndVisionDL4J?action=diff&rev1=13&rev2=14 <<TableOfContents(4)>> This page describes a way to make Tika perform image recognition. Tika has many implementations of image recognition parsers. Specifically, this page provides information for an implementation powered by [[https://deeplearning4j.org/|Deeplearning4j]], InceptionNet-V3 model pre-trained on ImageNet dataset and now - with [[https://github.com/apache/tika/pulls/182|TIKA-2298]], the VGG-16 model. Both modesl can detect a thousand different objects in the images. + with [[https://github.com/apache/tika/pull/182|TIKA-2298]], the VGG-16 model. Both modesl can detect a thousand different objects in the images. The advantage of this particular setting is, this implementation runs inside a Java Virtual Machine (JVM) stack without dependence on any external services. So it is perfect for the users who are trying to run image recognition on a distributed setup like Apache Hadoop or Apache Spark.
