This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git.

      from  0aaa121   TIKA-2357: Increased support for Tesseract PSM up to 13 
from Rafael Ferreira
      adds  1472a4e   [TIKA-DL] Added tika-dl module to the build system
      adds  ce28a6f   Fix scheme value for file URIs
      adds  3cbf368   [TIKA-DL] build jar with dependencies by default
      adds  d1c9513   [TIKA-DL] add license headers
      adds  81b3f32   Fix typos and unnecessary spaces
      adds  5834afe   Fix XML format
      adds  e187d82   Enabled snapshots repo and upgraded DL4J to 0.8.1-SNAPSHOT
      adds  01ae987   [TIKA-DL] Updated model path, fixed issue with HTTP URL 
from XML
      adds  1e436f5   ignore inception tmp model.
      adds  d06c521   pin to 0.8.0-1 release.
      adds  9dc2360   Factor out the DL4J model version.
      adds  704a039   Pin to DL4J model 0.8.0-2.
      adds  e477480   Integrate Tika-DL into Tika-Server and Tika-App
       new  3207f12   Merge pull request #165 from thammegowda/tika-dl

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 pom.xml                                            |   1 +
 tika-app/pom.xml                                   |   5 +
 tika-dl/pom.xml                                    | 123 ++++++++
 .../tika/dl/imagerec/DL4JInceptionV3Net.java       | 331 +++++++++++++++++++++
 .../imagerec/imagenet_incpetionv3_class_index.json |   1 +
 .../apache/tika/dl/imagerec/inceptionv3-model.json |   1 +
 .../tika/dl/imagerec/DL4JInceptionV3NetTest.java   |  31 +-
 .../resources/org/apache/tika/dl/imagerec/cat.jpg  | Bin
 .../tika/dl/imagerec/dl4j-inception3-config.xml    |  26 +-
 tika-server/pom.xml                                |   5 +
 11 files changed, 497 insertions(+), 28 deletions(-)
 create mode 100644 tika-dl/pom.xml
 create mode 100644 
tika-dl/src/main/java/org/apache/tika/dl/imagerec/DL4JInceptionV3Net.java
 create mode 100644 
tika-dl/src/main/resources/org/apache/tika/dl/imagerec/imagenet_incpetionv3_class_index.json
 create mode 100644 
tika-dl/src/main/resources/org/apache/tika/dl/imagerec/inceptionv3-model.json
 copy 
tika-core/src/test/java/org/apache/tika/parser/InitializableParserTest.java => 
tika-dl/src/test/java/org/apache/tika/dl/imagerec/DL4JInceptionV3NetTest.java 
(57%)
 copy tika-parsers/src/test/resources/test-documents/testJPEG.jpg => 
tika-dl/src/test/resources/org/apache/tika/dl/imagerec/cat.jpg (100%)
 copy tika-batch/src/test/resources/test-input/noisy_parsers/test0.xml => 
tika-dl/src/test/resources/org/apache/tika/dl/imagerec/dl4j-inception3-config.xml
 (53%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to